Add update download timer for Moria
This commit is contained in:
parent
b23b617b95
commit
01f4b0694f
4 changed files with 29 additions and 1 deletions
10
root/etc/systemd/system/pacman-download.timer
Normal file
10
root/etc/systemd/system/pacman-download.timer
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Hourly pacman update download with random minute
|
||||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
RandomizedDelaySec=3600
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue