mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
Add logsink system for BSD and macOS
This commit is contained in:
parent
4c9c568cbf
commit
9e22f32548
3 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/snapclient</string>
|
||||
<string>--logsink=system</string>
|
||||
<!-- <string>-d</string> -->
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# snapserver_enable=YES
|
||||
# Add snapserver_opts=<options> to configure command line arguments
|
||||
|
||||
snapserver_opts="-d"
|
||||
snapserver_opts="-d --logging.sink=system"
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/snapserver</string>
|
||||
<string>--logging.sink=system</string>
|
||||
<!-- <string>-d</string> -->
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue