-fixed on-air light not working.
This commit is contained in:
parent
1b1e389cf6
commit
8fe10830d5
6 changed files with 18 additions and 7 deletions
|
@ -107,11 +107,21 @@ case "${1:-''}" in
|
|||
# status commands here
|
||||
/usr/bin/airtime-check-system
|
||||
;;
|
||||
'stop-liquidsoap')
|
||||
echo -n "Stopping Liquidsoap: "
|
||||
liquidsoap_stop
|
||||
echo "Done."
|
||||
;;
|
||||
'start-liquidsoap')
|
||||
echo -n "Starting Liquidsoap: "
|
||||
liquidsoap_start
|
||||
echo "Done."
|
||||
;;
|
||||
'restart-liquidsoap')
|
||||
# restart commands here
|
||||
echo -n "Restarting Liquidsoap: "
|
||||
liquidsoap_stop
|
||||
liquidsoap_start
|
||||
stop-liquidsoap
|
||||
start-liquidsoap
|
||||
echo "Done."
|
||||
;;
|
||||
*) # no parameter specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue