Revert "CC-5123 Pypo: Redundant Pypopush happens after restart pypo service"

This reverts commit 4c3d2b20db.
This commit is contained in:
Martin Konecny 2013-05-28 16:38:15 -04:00
parent 176dd91e20
commit 73a908055a

View file

@ -3,7 +3,7 @@
set httpd port 2812
check process airtime-liquidsoap
with pidfile "/var/run/airtime-liquidsoap.pid"
start program = "/etc/init.d/airtime-liquidsoap start-with-monit" with timeout 5 seconds
stop program = "/etc/init.d/airtime-liquidsoap stop-with-monit"
check process airtime-liquidsoap with pidfile "/var/run/airtime-liquidsoap.pid"
if does not exist for 3 cycles then restart
start program = "/etc/init.d/airtime-liquidsoap start" with timeout 5 seconds
stop program = "/etc/init.d/airtime-liquidsoap stop"