From 4e918612e5436ca2c81041be600f97e9863430f5 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 22 Jan 2018 14:33:42 -0800 Subject: [PATCH] Updated Install as a daemon (markdown) --- 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 7558c8e..c2ca925 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -102,7 +102,7 @@ This assumes PlexPy is installed to `/usr/local/share/` as per installation inst To automate the PlexPy script just do this in the jail shell (in root directory): * Make sure PlexPy is shutdown. `PlexPy > Settings > Shutdown` * Ensure user permissions are correct: `chown -R root:wheel /usr/local/share/plexpy` -* Copy init script: `cp /usr/local/share/plexpy/init-scripts/init.freenas /etc/rc.d/plexpy` +* Copy init script: `cp /usr/local/share/plexpy/init-scripts/init.freenas /usr/local/etc/rc.d/plexpy` * Enable at boot: `sysrc plexpy_enable="YES"` * Set user to run: `sysrc plexpy_user="root"` * To start `service plexpy start`