10 lines
126 B
SYSTEMD
10 lines
126 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run check_updates
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=Mon *-*-* 05:00:00
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|