Skip to content

Instantly share code, notes, and snippets.

@chrishulbert
Created June 13, 2013 11:08
Show Gist options
  • Select an option

  • Save chrishulbert/5772931 to your computer and use it in GitHub Desktop.

Select an option

Save chrishulbert/5772931 to your computer and use it in GitHub Desktop.
Launchctl startup script for plex connect
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.plex.plexconnect</string>
<key>WorkingDirectory</key>
<string>/Users/chris/PlexConnect</string>
<key>ProgramArguments</key>
<array>
<string>/Users/chris/PlexConnect/PlexConnect.py</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
@wahlmanj
Copy link

Here is a plex media center startup script to go along with yours. No more editing plexgdm.py :)

https://gist.github.com/wahlmanj/6557631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment