summaryrefslogtreecommitdiff
blob: e9a74c1eff449319bf060d8c8dd6b44f44132d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# Configuration for /etc/init.d/squeezelite

# IP address of Logitech Media Server; leave this blank to try to
# locate the server via auto-discovery.
SL_SERVERIP=""

# User that Squeezelite should run as. The dedicated 'squeezelite'
# user is preferred to avoid running with high privilege. This user
# should be a member of the 'audio' group to allow access to the audio
# hardware. Running as the 'root' user allows the sound output thread
# to run at a very high priority -- this can help avoid gaps in
# playback, but could be a potential security problem if there are
# exploitable vulnerabilities in Squeezelite.
SL_USER=squeezelite

# Any other switches to pass to Squeezelite. See 'squeezelite -h' for
# a description of all possible switches.
SL_OPTS=""