10 lines
163 B
SYSTEMD
10 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Check for upstream updates 4x/day.
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 00/8:00:00
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|