CC-4986: Installation fail because of monit-airtime-liquidsoap.cfg

-fixed
This commit is contained in:
Martin Konecny 2013-02-28 16:33:59 -05:00
parent 66fbfa1554
commit 5ae4ed67a5

View file

@ -0,0 +1,9 @@
set daemon 15 # Poll at 5 second intervals
set logfile /var/log/monit.log
set httpd port 2812
check process airtime-liquidsoap
with pidfile "/var/run/airtime-liquidsoap.pid"
start program = "/etc/init.d/airtime-liquidsoap start" with timeout 5 seconds
stop program = "/etc/init.d/airtime-liquidsoap stop"