12 lines
237 B
SYSTEMD
12 lines
237 B
SYSTEMD
|
[Unit]
|
||
|
Description={{ package }} path monitor
|
||
|
Documentation=man:systemd.cron(7)
|
||
|
RefuseManualStart=true
|
||
|
RefuseManualStop=true
|
||
|
|
||
|
[Path]
|
||
|
PathChanged=/etc/crontab
|
||
|
PathChanged=/etc/cron.d
|
||
|
PathChanged=/etc/anacrontab
|
||
|
PathChanged={{ statedir }}
|