CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-tying up loose ends
This commit is contained in:
parent
0270281385
commit
a874e9fff7
9 changed files with 22 additions and 6 deletions
|
@ -178,7 +178,7 @@ fi
|
|||
if [ -e /etc/init.d/airtime-playout ]; then
|
||||
invoke-rc.d airtime-playout stop > /dev/null 2>&1
|
||||
fi
|
||||
if [ -e /etc/init.d/airtime-playout ]; then
|
||||
if [ -e /etc/init.d/airtime-liquidsoap ]; then
|
||||
invoke-rc.d airtime-liquidsoap stop > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ chmod 600 /etc/monit/conf.d/monit-airtime-generic.cfg
|
|||
chmod 600 /etc/monit/conf.d/monit-airtime-liquidsoap.cfg
|
||||
chmod 600 /etc/monit/conf.d/monit-airtime-media-monitor.cfg
|
||||
chmod 600 /etc/monit/conf.d/monit-airtime-playout.cfg
|
||||
chmod 600 /etc/monit/conf.d/monit-airtime-liquidsoap.cfg
|
||||
chmod 600 /etc/monit/conf.d/monit-airtime-rabbitmq-server.cfg
|
||||
|
||||
# Start monit if it is not running, or restart if it is.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue