Skip to content

Instantly share code, notes, and snippets.

@jgkim
Created March 3, 2012 12:31
Show Gist options
  • Save jgkim/1965867 to your computer and use it in GitHub Desktop.
Save jgkim/1965867 to your computer and use it in GitHub Desktop.
Apple’s XML property list file for Indivo X Database Cleanup
<?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>Indivo X Database Cleanup</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/pythonenv/indivo/bin/python</string>
<string>/usr/local/indivo_server/manage.py</string>
<string>cleanup_old_tokens</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>0</integer>
<key>Minute</key>
<integer>0</integer>
<key>Weekday</key>
<integer>1</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment