Advertisement
Guest User

com.delantis.tcpblock_notify.plist

a guest
Dec 25th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.54 KB | None | 0 0
  1. <!--
  2. add this in /Users/XXX/Library/LaunchAgents/com.delantis.tcpblock_notify.plist
  3. to start up the dameon automatically
  4. -->
  5. <?xml version="1.0" encoding="UTF-8"?>
  6. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  7. <plist version="1.0">
  8. <dict>
  9.     <key>Label</key>
  10.     <string>com.delantis.tcpblock_notify</string>
  11.     <key>ProgramArguments</key>
  12.     <array>
  13.         <string>/Users/XXX/bin/tcpblock_notify.sh</string>
  14.     </array>
  15.     <key>KeepAlive</key>
  16.     <true/>
  17. </dict>
  18. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement