Skip to content

Instantly share code, notes, and snippets.

@sirn
Created July 23, 2013 11:37
Show Gist options
  • Save sirn/6061719 to your computer and use it in GitHub Desktop.
Save sirn/6061719 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>
<dict>
<key>Label</key>
<string>com.gridth.anchor</string>
<key>ProgramArguments</key>
<array>
<string>/Users/sirn/.virtualenvs/default/bin/python</string>
<string>-m</string>
<string>anchor</string>
</array>
<key>KeepAlive</key>
<true />
<key>RunAtLoad</key>
<true />
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>in.znc.znc</string>
<key>UserName</key>
<string>sirn</string>
<key>Program</key>
<string>/usr/local/bin/znc</string>
<key>ProgramArguments</key>
<array>
<string>znc</string>
<string>-f</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment