dect
/
libpcap
Archived
13
0
Fork 0

This is probably the right way to run something once at startup time; it

works on Tiger, and setting OnDemand to false appears to cause the job
to be run over and over again on Leopard.
This commit is contained in:
guy 2008-06-05 08:10:59 +00:00
parent 83206d9b13
commit 6057eda6f0
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<dict> <dict>
<key>Label</key> <key>Label</key>
<string>org.tcpdump.chmod_bpf</string> <string>org.tcpdump.chmod_bpf</string>
<key>OnDemand</key> <key>RunAtLoad</key>
<false/> <true/>
<key>Program</key> <key>Program</key>
<string>/usr/local/bin/chmod_bpf</string> <string>/usr/local/bin/chmod_bpf</string>
<key>ProgramArguments</key> <key>ProgramArguments</key>