Skip to content

Commit

Permalink
add plist file to setup automatic uploading. currently every 10 mins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherif Abushadi & Myles Byrne committed Aug 22, 2014
1 parent 30d88d7 commit 667cef6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions com.devbootcamp.student-activity-logger.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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>com.devbootcamp.student-activity-logger</string>
<key>Program</key>
<string>/Users/apprentice/.dbc/bin/process-activity-data</string>
<key>StandardErrorPath</key>
<string>/Users/apprentice/.dbc/bin/com.devbootcamp.student-activity-logger.err</string>
<key>StandardOutPath</key>
<string>/Users/apprentice/.dbc/bin/com.devbootcamp.student-activity-logger.out</string>
<key>StartInterval</key>
<integer>600</integer>
</dict>
</plist>

0 comments on commit 667cef6

Please sign in to comment.