2009-08-19 21:06:05 +00:00
|
|
|
<?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>ch.ringwald.BTstack</string>
|
|
|
|
<key>OnDemand</key>
|
|
|
|
<true/>
|
|
|
|
<key>Program</key>
|
2009-08-30 15:19:53 +00:00
|
|
|
<string>/usr/local/bin/BTdaemon</string>
|
2009-08-19 21:06:05 +00:00
|
|
|
<key>ServiceIPC</key>
|
|
|
|
<true/>
|
2009-08-30 15:19:53 +00:00
|
|
|
<key>Debug</key>
|
|
|
|
<false/>
|
2009-08-19 21:06:05 +00:00
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array/>
|
|
|
|
<key>StandardErrorPath</key>
|
2009-08-20 22:54:29 +00:00
|
|
|
<string>/var/log/BTstack.err</string>
|
|
|
|
<key>StandardOutPath</key>
|
2009-08-19 21:06:05 +00:00
|
|
|
<string>/var/log/BTstack.log</string>
|
|
|
|
<key>Sockets</key>
|
|
|
|
<dict>
|
|
|
|
<key>Listeners</key>
|
|
|
|
<dict>
|
|
|
|
<key>SockFamiliy</key>
|
|
|
|
<string>Unix</string>
|
|
|
|
<key>SockType</key>
|
|
|
|
<string>Stream</string>
|
|
|
|
<key>SockPathName</key>
|
|
|
|
<string>/tmp/BTstack</string>
|
|
|
|
<key>SockPathMode</key>
|
|
|
|
<integer>438</integer>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|