From e618861737d7fe89e85c0300d180c507f655f50e Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 7 Apr 2015 18:36:14 -0400 Subject: [PATCH] Start the daemons at bootup on Debian --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 8a627bb38..714b01c0a 100755 --- a/install +++ b/install @@ -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