Updated Install as a daemon (markdown)
@@ -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`
|
Reference in New Issue
Block a user