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