From 2be39a7371061afb10723fdff1bd5cc1e821577c Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 4 Jul 2016 08:24:11 -0700 Subject: [PATCH] Updated Install as a daemon (markdown) --- 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 447b6e0..080b5cd 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -63,6 +63,6 @@ To automate the PlexPy script just do this in the jail shell (in root directory) * Type: `edit /etc/rc.d/plexpy` * Edit the following line: `${plexpy_user:="xxxx"}` (I just used 'root') * Save and close the file -* Type: `sysrc plexpy_enable="YES"` to the file. -* Restart the PlexPy jail +* Type: `sysrc plexpy_enable="YES"`. +* Start PlexPy using `service plexpy start`. * You can use `service plexpy [start | stop | restart | status]` to start/stop/restart or check the status of the PlexPy service \ No newline at end of file