Dropped launchd directory

Only had an email checker in there and wasn't really using it. Was going to add a launchd script for relaymyhome but opted to do that outside of this since I don't want it running on all of my boxes
This commit is contained in:
Josh Sherman 2015-01-20 21:05:59 -05:00
parent bce98a0c08
commit bf7a44c842

View file

@ -1,16 +0,0 @@
<?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.joshtronic.checkemail</string>
<key>OnDemand</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/Users/josh/Source/dotfiles/scripts/check-email</string>
</array>
<key>StartInterval</key>
<integer>300</integer>
</dict>
</plist>