# Start the server, used only by the init.d script #START_SNAPSERVER=true # Additional command line options that will be passed to snapserver # Note that most settings must be set in /etc/snapserver.conf # For a list of available options, invoke "snapserver --help" SNAPSERVER_OPTS="--daemon" # Start the client, used only by the init.d script #START_SNAPCLIENT=true # Additional command line options that will be passed to snapclient # Note that the user running snapclient must be a member of the audio group. # During init, start in the audio group, there is no environmet set yet. # For a list of available options, invoke "snapclient --help" SNAPCLIENT_OPTS="--daemon --logsink=system --host localhost --player alsa --user snapserver:audio"