mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
37 lines
854 B
Plaintext
37 lines
854 B
Plaintext
<?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>ServiceIPC</key>
|
|
<true/>
|
|
<key>Debug</key>
|
|
<false/>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/bin/BTdaemon</string>
|
|
</array>
|
|
<key>StandardErrorPath</key>
|
|
<string>/var/log/BTstack.err</string>
|
|
<key>StandardOutPath</key>
|
|
<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>
|