monit: (>=jessie) rsync*d*.pid
This commit is contained in:
parent
178f1b5d50
commit
39454d41ea
1 changed files with 4 additions and 1 deletions
|
@ -256,7 +256,10 @@ service("privoxy",
|
||||||
service("proftpd",
|
service("proftpd",
|
||||||
extra=["if failed port 21 protocol ftp timeout 30 seconds then restart"])
|
extra=["if failed port 21 protocol ftp timeout 30 seconds then restart"])
|
||||||
|
|
||||||
service("rsync")
|
if has('wheezy'):
|
||||||
|
service("rsync")
|
||||||
|
else:
|
||||||
|
service("rsync", pidf='rsyncd')
|
||||||
|
|
||||||
service("slapd",
|
service("slapd",
|
||||||
pidp="/var/run/slapd/slapd.pid",
|
pidp="/var/run/slapd/slapd.pid",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue