diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index aa3d2ae..bddf6b1 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -45,7 +45,7 @@ Optional: * Run from another directory: `sudo sysrc plexpy_dir="DIRECTORY"` ## FreeNAS -Instructions by [Supa](https://forums.freenas.org/index.php?threads/how-to-install-plexpy-in-a-freenas-9-3-jail.38589/#post-234202) on the FreeNAS forums. +Instructions by [Supa on the FreeNAS forums](https://forums.freenas.org/index.php?threads/how-to-install-plexpy-in-a-freenas-9-3-jail.38589/#post-234202). This assumes PlexPy is installed to `/usr/local/share/` as per installation instructions. @@ -57,4 +57,4 @@ To automate the PlexPy script just do this in the jail shell (in root directory) * Save and close the file * Type: `edit /etc/rc.conf` and add `plexpy_enable="YES"` to the file. * Restart the PlexPy jail - * You can use `service plexpy [start | stop | restart | status]` \ No newline at end of file + * 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