mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-13 03:42:24 +08:00
10 lines
170 B
SYSTEMD
10 lines
170 B
SYSTEMD
[Unit]
|
|
Description=Scheduled unattended upgrade for archlinux
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 12:00:00
|
|
RandomizedDelaySec=15m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|