Updated Install as a daemon (markdown)

JonnyWong16
2016-07-04 08:25:04 -07:00
parent 2be39a7371
commit 8cedd2f59a

@@ -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: `cp /usr/local/share/plexpy/init-scripts/init.freenas /etc/rc.d/plexpy`
* Type: `chmod 777 /etc/rc.d/plexpy` * Type: `chmod 777 /etc/rc.d/plexpy`
* Type: `edit /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 * Save and close the file
* Type: `sysrc plexpy_enable="YES"`. * Type: `sysrc plexpy_enable="YES"`.
* Start PlexPy using `service plexpy start`. * Start PlexPy using `service plexpy start`.