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