aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--com.teddywing.OnTask.plist14
1 files changed, 14 insertions, 0 deletions
diff --git a/com.teddywing.OnTask.plist b/com.teddywing.OnTask.plist
new file mode 100644
index 0000000..8f352f9
--- /dev/null
+++ b/com.teddywing.OnTask.plist
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Label</key>
+ <string>com.teddywing.OnTask</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/local/bin/OnTask</string>
+ </array>
+ <key>StartInterval</key>
+ <integer>600</integer>
+</dict>
+</plist>