From 1049a19238c279b8b4f492b725a92f76708c6ceb Mon Sep 17 00:00:00 2001 From: Osijovi Date: Fri, 26 Feb 2016 01:27:36 -0800 Subject: [PATCH] Moved CentOS / Redhat line 4 to line 9; Changed line from: `mkdir -R chown sabnzbd:sabnzbd /home/sabnzbd` to: `sudo chown -R sabnzbd:sabnzbd /home/sabnzbd`; Moved from --- Install-as-a-daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 22c755d..ac0795d 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -21,12 +21,12 @@ This installation assumes Headphones is installed to `/home/sabnzbd/headphones`. * `sudo adduser --system sabnzbd` * `mkdir /home/sabnzbd` * `mkdir /etc/headphones` -* `mkdir -R chown sabnzbd:sabnzbd /home/sabnzbd` * `cd /home/sabnzbd` * `git clone https://github.com/rembo10/headphones.git` * `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 -R sabnzbd:sabnzbd /home/sabnzbd` * `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`