monit: (>=jessie) rsync*d*.pid

This commit is contained in:
Daniel STAN 2015-05-24 23:23:53 +02:00
parent 178f1b5d50
commit 39454d41ea

View file

@ -256,7 +256,10 @@ service("privoxy",
service("proftpd",
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",
pidp="/var/run/slapd/slapd.pid",