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:
parent
bce98a0c08
commit
bf7a44c842
1 changed files with 0 additions and 16 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue