darcs-hash:20050928085926-4ec08-a0f520a540d777125c78a8938ed92a66d765081f.gz
This commit is contained in:
chove 2005-09-28 10:59:26 +02:00
parent ab4334844a
commit 4a5f44a6a7

View file

@ -297,7 +297,7 @@ def file_monitrc(hostname = host) :
config += 'check process privoxy with pidfile /var/run/privoxy.pid\n'
config += ' start program = "/etc/init.d/privoxy start"\n'
config += ' stop program = "/etc/init.d/privoxy stop"\n'
config += ' if failed host localhost port 8117 then restart\n' % hostname
config += ' if failed host localhost port 8117 then restart\n'
config += ' if 5 restarts within 5 cycles then timeout\n'
config += '\n'