fix chuid argument order
parent
ee4d04de4e
commit
8e720a3308
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue