-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add plist file to setup automatic uploading. currently every 10 mins.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |