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