From b9b132e392014eb2660a5b9fe1b14c4f2e19069f Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 5 May 2016 22:43:41 -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 bddf6b1..f7bc0eb 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -55,6 +55,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: `edit /etc/rc.conf` and add `plexpy_enable="YES"` to the file. +* Type: `sysrc plexpy_enable="YES"` to the file. * Restart the PlexPy jail * 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