Start the daemons at bootup on Debian

This commit is contained in:
Albert Santoni 2015-04-07 18:36:14 -04:00
parent 47f7ad2e98
commit e618861737
1 changed files with 3 additions and 0 deletions

View File

@ -476,6 +476,9 @@ done
set +e
loudCmd "initctl reload-configuration"
loudCmd "systemctl daemon-reload" #systemd hipsters
loudCmd "update-rc.d airtime-playout defaults" # Start at bootup, on Debian
loudCmd "update-rc.d airtime-media-monitor defaults" # Start at bootup, on Debian
loudCmd "update-rc.d airtime-liquidsoap defaults" # Start at bootup, on Debian
set -e
if [ ! -d /var/log/airtime ]; then