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`