From d6ccc952b98d3998345f5d0da54d94f0a43c891d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 20 Dec 2015 14:59:18 -0800 Subject: [PATCH] Updated Install as a daemon (markdown) --- Install-as-a-daemon.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 04ea48f..fb42cf9 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -17,11 +17,14 @@ This installation assumes PlexPy is installed to `/opt/plexpy`. Make sure all pa ## Mac OS X Tested on Mac OS X 10.8.2. Assumes PlexPy is installed to `/Applications/PlexPy/` +* Make sure PlexPy is shutdown. `PlexPy > Settings > Shutdown` * `ln -s /Applications/PlexPy/init-scripts/init.osx ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` -* `launchctl [load | unload] ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` +* To start PlexPy run `launchctl load ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` +* To stop PlexPy run `launchctl unload ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` In Yosemite (and greater) you should do the following: +* Make sure PlexPy is shutdown. `PlexPy > Settings > Shutdown` * `cp /Applications/PlexPy/init-scripts/init.osx ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` * `sudo chmod 0600 ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` * `sudo chown root ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist`