From 8cedd2f59a5817bea9e4444d307867ef6104e75b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 4 Jul 2016 08:25:04 -0700 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 080b5cd..92703e8 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -61,7 +61,7 @@ To automate the PlexPy script just do this in the jail shell (in root directory) * Type: `cp /usr/local/share/plexpy/init-scripts/init.freenas /etc/rc.d/plexpy` * Type: `chmod 777 /etc/rc.d/plexpy` * Type: `edit /etc/rc.d/plexpy` - * Edit the following line: `${plexpy_user:="xxxx"}` (I just used 'root') + * Edit the user in the following line: `${plexpy_user:="xxxx"}` (I just used 'root') * Save and close the file * Type: `sysrc plexpy_enable="YES"`. * Start PlexPy using `service plexpy start`.