From 4afeb4a488eb734ce08b76efdc4ce5df494317e9 Mon Sep 17 00:00:00 2001 From: dny238 Date: Tue, 9 Jun 2015 14:24:23 -0600 Subject: [PATCH] Updated Install as a daemon (markdown) --- Install-as-a-daemon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 5315741..c0344ea 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -26,8 +26,8 @@ This installation assumes Headphones is installed to `/opt/headphones`. Make sur * Adjust settings in `/etc/default/headphones`. See the comments in `/home/sabnzbd/headphones/init-scripts/init.fedora.centos.systemd` for the list of parameters. * `sudo cp /home/sabnzbd/headphones/init-scripts/init.fedora.centos.systemd /home/sabnzbd/headphones/init-scripts/headphones.service` * `sudo chmod +x /home/sabnzbd/headphones/init-scripts/headphones.service` -* `sudo touch /etc/headphones/headphones.ini -* `sudo chown sabnzbd:sabnzbd /etc/headphones/headphones.ini +* `sudo touch /etc/headphones/headphones.ini` +* `sudo chown sabnzbd:sabnzbd /etc/headphones/headphones.ini` * `sudo cp /home/sabnzbd/headphones/init-scripts/headphones.service /lib/systemd/system/headphones.service` * `sudo systemctl daemon-reload` * `sudo systemctl enable headphones.service`