Updated Install as a daemon (markdown)

drzoidberg33
2015-08-05 22:54:43 +02:00
parent 61210e4d14
commit bdf28bf4e4

@@ -19,3 +19,10 @@ 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`