CC-4114: use liquidsoap shutdown() command to restart liquidsoap

-tying up loose ends
This commit is contained in:
Martin Konecny 2012-08-20 16:54:01 -04:00
parent 0270281385
commit a874e9fff7
9 changed files with 22 additions and 6 deletions

View file

@ -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