fix user_opts

This commit is contained in:
badaix 2017-03-04 21:55:46 +01:00
parent 0b92cca8e0
commit 1af8d56235
3 changed files with 3 additions and 3 deletions

View file

@ -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