From 55d34ec0ec9c9ea06556e0880da858064ad700d2 Mon Sep 17 00:00:00 2001 From: "Get your own 'tots. Geez!" Date: Sun, 13 Sep 2015 15:45:49 -0600 Subject: [PATCH] Enable the service after registering it as a service. --- Install-as-a-daemon.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 23d415f..b67ca25 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -12,6 +12,7 @@ This installation assumes Headphones is installed to `/opt/headphones`. Make sur * `sudo chmod +x /opt/headphones/init-scripts/init.ubuntu` * `sudo ln -s /opt/headphones/init-scripts/init.ubuntu /etc/init.d/headphones` * `sudo update-rc.d headphones defaults` +* `sudo update-rc.d headphones enable` * `sudo service headphones [start | stop | reload | restart]` ## CentOS / RedHat