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