31 lines
665 B
Plaintext
31 lines
665 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Disabled</key>
|
|
<false/>
|
|
<key>Label</key>
|
|
<string>com.tcpdump.rpcapd</string>
|
|
<key>Program</key>
|
|
<string>/usr/local/libexec/rpcapd</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/libexec/rpcapd</string>
|
|
<string>-i</string>
|
|
</array>
|
|
<key>Sockets</key>
|
|
<dict>
|
|
<key>Listeners</key>
|
|
<dict>
|
|
<key>SockServiceName</key>
|
|
<string>2002</string>
|
|
</dict>
|
|
</dict>
|
|
<key>inetdCompatibility</key>
|
|
<dict>
|
|
<key>Wait</key>
|
|
<false/>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|