Skip to content

Instantly share code, notes, and snippets.

@aaronk6
Created March 6, 2014 21:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aaronk6/9399838 to your computer and use it in GitHub Desktop.
<?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.aaronk6.doorbell</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/doorbell.py</string>
<string>--host</string>
<string>localhost</string>
<string>--port</string>
<string>4223</string>
<string>--uid</string>
<string>xxx</string>
<string>--push-user</string>
<string>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</string>
<string>--push-token</string>
<string>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</string>
</array>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment