11 lines
203 B
SYSTEMD
11 lines
203 B
SYSTEMD
|
[Unit]
|
||
|
Description={{ package }} {{ schedule }} timer
|
||
|
Documentation=man:systemd.cron(7)
|
||
|
PartOf=cron.target
|
||
|
RefuseManualStart=yes
|
||
|
RefuseManualStop=yes
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=0
|
||
|
Unit=cron-{{ schedule }}.target
|