summaryrefslogtreecommitdiff
path: root/by_os/Darwin/launchagents/Library
diff options
context:
space:
mode:
Diffstat (limited to 'by_os/Darwin/launchagents/Library')
-rw-r--r--by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist24
-rw-r--r--by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist70
2 files changed, 94 insertions, 0 deletions
diff --git a/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist
new file mode 100644
index 0000000..1f564e0
--- /dev/null
+++ b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist
@@ -0,0 +1,24 @@
+<?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>rocks.pks.autostart</string>
+
+ <key>OnDemand</key>
+ <false/>
+
+ <key>UserName</key>
+ <string>pks</string>
+
+ <key>GroupName</key>
+ <string>staff</string>
+
+ <key>ProgramArguments</key>
+ <array>
+ <string>/bin/mkdir</string>
+ <string>-p</string>
+ <string>/tmp/pks/mutt</string>
+ </array>
+</dict>
+</plist>
diff --git a/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist
new file mode 100644
index 0000000..56f236e
--- /dev/null
+++ b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist
@@ -0,0 +1,70 @@
+<?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>rocks.pks.sync-mail</string>
+
+ <key>ProgramArguments</key>
+ <array>
+ <string>/Users/pks/.local/bin/sync-mail</string>
+ </array>
+
+ <key>StandardErrorPath</key>
+ <string>/tmp/pks/sync-mail.err</string>
+ <key>StandardOutPath</key>
+ <string>/tmp/pks/sync-mail.out</string>
+
+ <key>StartCalendarInterval</key>
+ <array>
+ <dict>
+ <key>Minute</key>
+ <integer>0</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>5</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>10</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>15</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>20</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>25</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>30</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>35</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>40</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>45</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>50</integer>
+ </dict>
+ <dict>
+ <key>Minute</key>
+ <integer>55</integer>
+ </dict>
+ </array>
+</dict>
+</plist>