Skip to content

Commit

Permalink
Start the daemons at bootup on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Santoni committed Apr 7, 2015
1 parent 47f7ad2 commit e618861
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e618861

Please sign in to comment.