From bdf28bf4e437c432a6bc65be341ae3ef8fe4133d Mon Sep 17 00:00:00 2001 From: drzoidberg33 Date: Wed, 5 Aug 2015 22:54:43 +0200 Subject: [PATCH] Updated Install as a daemon (markdown) --- Install-as-a-daemon.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index eef851e..4d8c957 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -18,4 +18,11 @@ This installation assumes PlexPy is installed to `/opt/plexpy`. Make sure all pa Tested on Mac OS X 10.8.2. Assumes PlexPy is installed to `/Applications/PlexPy/` * `ln -s /Applications/PlexPy/init-scripts/init.osx ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` +* `launchctl [load | unload] ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` + +In Yosemite (and greater) you should do the following: + +* `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` * `launchctl [load | unload] ~/Library/LaunchAgents/com.drzoidberg33.plexpy.plist` \ No newline at end of file