CC-5123
Pypo: Redundant Pypopush happens after restart pypo service -added timeout so that monit doesn't try to start Liquidsoap while it is already being restarted.
This commit is contained in:
parent
96eefee407
commit
82c0fe1088
|
@ -4,6 +4,8 @@
|
||||||
set httpd port 2812
|
set httpd port 2812
|
||||||
|
|
||||||
check process airtime-liquidsoap matching "airtime-liquidsoap.*airtime.*ls_script"
|
check process airtime-liquidsoap matching "airtime-liquidsoap.*airtime.*ls_script"
|
||||||
|
if does not exist for 3 cycles then restart
|
||||||
|
|
||||||
start program = "/etc/init.d/airtime-liquidsoap start" with timeout 30 seconds
|
start program = "/etc/init.d/airtime-liquidsoap start" with timeout 30 seconds
|
||||||
stop program = "/etc/init.d/airtime-liquidsoap stop"
|
stop program = "/etc/init.d/airtime-liquidsoap stop"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue