Start the daemons at bootup on Debian
This commit is contained in:
parent
47f7ad2e98
commit
e618861737
3
install
3
install
|
@ -476,6 +476,9 @@ done
|
||||||
set +e
|
set +e
|
||||||
loudCmd "initctl reload-configuration"
|
loudCmd "initctl reload-configuration"
|
||||||
loudCmd "systemctl daemon-reload" #systemd hipsters
|
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
|
set -e
|
||||||
|
|
||||||
if [ ! -d /var/log/airtime ]; then
|
if [ ! -d /var/log/airtime ]; then
|
||||||
|
|
Loading…
Reference in New Issue