mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-23 16:20:41 +08:00
add Persistent to timer, hopefully fixes #2
This commit is contained in:
parent
606b6b5d7a
commit
6bdbd52707
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ Description=Scheduled unattended upgrade for archlinux
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 12:00:00
|
OnCalendar=*-*-* 12:00:00
|
||||||
RandomizedDelaySec=15m
|
RandomizedDelaySec=15m
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue