Skip to content

Instantly share code, notes, and snippets.

@Govan
Created June 3, 2010 07:49
Show Gist options
  • Save Govan/423616 to your computer and use it in GitHub Desktop.
Save Govan/423616 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>AbandonProcessGroup</key>
<true/>
<key>Label</key>
<string>uk.co.leftbrained.iteleport_watcher</string>
<key>ProgramArguments</key>
<array>
<string>/Users/gavin/Tools/iteleport_watcher.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>300</integer>
</dict>
</plist>
@Govan
Copy link
Author

Govan commented Jun 3, 2010

Nope, nohup is trumped by whatever launchd is doing to kill the process. I think I'll go dissect a login item's file.

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