12 lines
163 B
SYSTEMD
12 lines
163 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run livebuilder script weekly
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=weekly
|
||
|
Persistent=true
|
||
|
AccuracySec=3h
|
||
|
RandomizedDelaySec=3h
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|