mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
fix user_opts
This commit is contained in:
parent
0b92cca8e0
commit
1af8d56235
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ NAME=snapclient
|
|||
DAEMON=/usr/bin/$NAME
|
||||
PIDFILE=/var/run/$NAME/pid
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
USER_OPTS="snapclient:audio"
|
||||
USER_OPTS="--user snapclient:audio"
|
||||
|
||||
# Exit if the package is not installed
|
||||
[ -x "$DAEMON" ] || exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue