12 lines
191 B
SYSTEMD
12 lines
191 B
SYSTEMD
[Unit]
|
|
Description={{ package }}
|
|
Documentation=man:systemd.cron(7)
|
|
{{#each schedules }}
|
|
Requires=cron-{{ this }}.timer
|
|
{{/each}}
|
|
Wants=cron-update.path
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|