mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 09:56:16 +02:00
22 lines
905 B
Text
22 lines
905 B
Text
# defaults file for snapclient
|
|
|
|
# start snapclient automatically?
|
|
START_SNAPCLIENT=true
|
|
|
|
# Allowed options:
|
|
# --help produce help message
|
|
# -v, --version show version number
|
|
# -l, --list list pcm devices
|
|
# -s, --soundcard arg (=default) index or name of the soundcard
|
|
# -e, --mstderr send metadata to stderr
|
|
# -h, --host arg server hostname or ip address
|
|
# -p, --port arg (=1704) server port
|
|
# -d, --daemon [=arg(=-3)] daemonize, optional process priority [-20..19]
|
|
# --user arg the user[:group] to run snapclient as when daemonized
|
|
# --latency arg (=0) latency of the soundcard
|
|
# -i, --instance arg (=1) instance id
|
|
# --hostID arg unique host id
|
|
|
|
USER_OPTS="--user snapclient:audio"
|
|
|
|
SNAPCLIENT_OPTS=""
|