put BTdaemon path into ProgramArguments - process name shows up tin syslog by this

This commit is contained in:
matthias.ringwald 2011-06-03 16:10:14 +00:00
parent 2ca43cdf3a
commit a9481169a5

View File

@ -6,14 +6,14 @@
<string>ch.ringwald.BTstack</string>
<key>OnDemand</key>
<true/>
<key>Program</key>
<string>/usr/local/bin/BTdaemon</string>
<key>ServiceIPC</key>
<true/>
<key>Debug</key>
<false/>
<key>ProgramArguments</key>
<array/>
<array>
<string>/usr/local/bin/BTdaemon</string>
</array>
<key>StandardErrorPath</key>
<string>/var/log/BTstack.err</string>
<key>StandardOutPath</key>