12 lines
148 B
SYSTEMD
12 lines
148 B
SYSTEMD
[Unit]
|
|
Description=Run %i weekly
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
Unit=%i.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|