fix chuid argument order

pull/7616/head
Chris Casey 2016-11-10 16:31:50 -06:00
parent ee4d04de4e
commit 8e720a3308
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ function start() {
echo "Starting $NAME..."
if which start-stop-daemon &>/dev/null; then
start-stop-daemon \
--chuid $GROUP:$USER \
--chuid $USER:$GROUP \
--start \
--quiet \
--pidfile $PIDFILE \