From 3f9912c60a7633f6a683796f42a84a2e869c3a25 Mon Sep 17 00:00:00 2001 From: dny238 Date: Tue, 9 Jun 2015 14:41:00 -0600 Subject: [PATCH] Updated Install as a daemon (markdown) --- Install-as-a-daemon.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 1dbcca4..b2e3063 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -15,7 +15,7 @@ This installation assumes Headphones is installed to `/opt/headphones`. Make sur * `sudo service headphones [start | stop | reload | restart]` ## CentOS / RedHat -This installation assumes Headphones is installed to `/opt/headphones`. Make sure all paths are correct and accessible. A common mistake is that a daemon user has no read and/or write permissions. +This installation assumes Headphones is installed to `/home/sabnzbd/headphones`. Make sure all paths are correct and accessible. A common mistake is that a daemon user has no read and/or write permissions. * `sudo adduser --system sabnzbd` * `mkdir /home/sabnzbd` @@ -31,6 +31,7 @@ This installation assumes Headphones is installed to `/opt/headphones`. Make sur * `sudo systemctl daemon-reload` * `sudo systemctl enable headphones.service` * `sudo service headphones [start | stop | reload | restart]` +* Browse to http://localhost:8181 to customize ## Synology