Skip to content

Instantly share code, notes, and snippets.

@bruienne
Last active March 30, 2016 01:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruienne/dc3b6683b0278d3f1b7bb59675252c90 to your computer and use it in GitHub Desktop.
Save bruienne/dc3b6683b0278d3f1b7bb59675252c90 to your computer and use it in GitHub Desktop.
<?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>KeepAlive</key>
<dict>
<key>PathState</key>
<dict>
<key>/Library/Managed Preferences/org.my.push.plist</key>
<true/>
</dict>
</dict>
<key>Label</key>
<string>org.my.pushagent</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/pushtool</string>
<string>org.my.push</string>
</array>
<key>RunAtLoad</key>
<false/>
<key>StandardErrorPath</key>
<string>/tmp/org.my.pushagent.stderr</string>
<key>StandardOutPath</key>
<string>/tmp/org.my.pushagent.stdout</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment