From 123af2d5f9546632ba20f3c7382ef63a840f1de3 Mon Sep 17 00:00:00 2001 From: Nick N Date: Thu, 26 May 2016 00:00:19 -0700 Subject: [PATCH] Use assumed path in all steps --- 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 4f7eac9..447b6e0 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -42,8 +42,8 @@ If you need to specify a version of Python, edit `com.drzoidberg33.plexpy.plist` This assumes PlexPy is installed to `/usr/local/share/` as per installation instructions, and user is _sabnzbd. You can make your own user too: `sudo adduser` * Make sure PlexPy is shutdown. `PlexPy > Settings > Shutdown` -* Ensure user permissions are correct: `sudo chown -R _sabnzbd:_sabnzbd /usr/local/plexpy` -* Copy init script: `sudo cp /usr/local/plexpy/init-scripts/init.freebsd /usr/local/etc/rc.d/plexpy` +* Ensure user permissions are correct: `sudo chown -R _sabnzbd:_sabnzbd /usr/local/share/plexpy` +* Copy init script: `sudo cp /usr/local/share/plexpy/init-scripts/init.freebsd /usr/local/etc/rc.d/plexpy` * Enable at boot: `sudo sysrc plexpy_enable="YES"` * To start `sudo service plexpy start`