systemd-cron-next/units/cron-schedule.service.in
2015-07-21 19:23:09 +03:00

14 lines
372 B
SYSTEMD

[Unit]
Description={{ package }} {{ schedule }} script service
Documentation=man:systemd.cron(7)
PartOf=cron-{{ schedule }}.target
RefuseManualStart=yes
RefuseManualStop=yes
ConditionDirectoryNotEmpty={{ confdir }}/cron.{{ schedule }}
OnFailure=cron-failure@%i.service
[Service]
Type=oneshot
IgnoreSIGPIPE=false
ExecStart={{ runparts }} {{ confdir }}/cron.{{ schedule }}