-remove "disable_auto_start_services" install option

This commit is contained in:
Martin Konecny 2012-04-05 14:56:11 -04:00
parent 68c908eeac
commit b00e74e831
6 changed files with 41 additions and 51 deletions

View file

@ -53,17 +53,12 @@ sleep 1
set +e
if [ "$disable_auto_start_services" = "f" ]; then
if [ "$mediamonitor" = "t" ]; then
monit monitor airtime-media-monitor
fi
if [ "$pypo" = "t" ]; then
monit monitor airtime-playout
monit monitor airtime-liquidsoap
fi
# if [ "$showrecorder" = "t" ]; then
# monit monitor airtime-show-recorder
# fi
if [ "$mediamonitor" = "t" ]; then
monit monitor airtime-media-monitor
fi
if [ "$pypo" = "t" ]; then
monit monitor airtime-playout
monit monitor airtime-liquidsoap
fi
monit monitor rabbitmq-server