CC-3222: Add option to disable auto starting Airtime services (after install and after system restart)
-Done
This commit is contained in:
parent
f4449865cc
commit
00a05e146b
10 changed files with 74 additions and 69 deletions
|
@ -53,15 +53,17 @@ sleep 1
|
|||
|
||||
set +e
|
||||
|
||||
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
|
||||
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
|
||||
fi
|
||||
|
||||
monit monitor rabbitmq-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue