11 lines
164 B
SYSTEMD
11 lines
164 B
SYSTEMD
[Unit]
|
|
Description=Timer for the update-root service
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-01 00:00:00
|
|
Persistent=true
|
|
Unit=update-root.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|