Skip to content

Instantly share code, notes, and snippets.

@avalade
Created April 7, 2011 09:52
Show Gist options
  • Save avalade/907439 to your computer and use it in GitHub Desktop.
Save avalade/907439 to your computer and use it in GitHub Desktop.
ctag_cron_launchagent
<?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>ctag_gen</string>
<key>Program</key>
<string>/usr/local/bin/etags-gen</string>
<key>StartCalendar</key>
<integer>600</integer> <!-- Fire every 10 minutes -->
<key>Debug</key>
<false/>
<key>AbandonProcessGroup</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment