-remove "disable_auto_start_services" install option
This commit is contained in:
parent
68c908eeac
commit
b00e74e831
6 changed files with 41 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue