diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index b67ca25..f6574e8 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -13,7 +13,7 @@ This installation assumes Headphones is installed to `/opt/headphones`. Make sur * `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]` +* `sudo service headphones [start | stop | reload | restart | status]` ## CentOS / RedHat 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.