Explorar el Código

修改server.sh 指定用户运行bug

tangs hace 6 años
padre
commit
759df8c1e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server.sh

+ 1 - 1
server.sh

@@ -24,7 +24,7 @@ start (){
 		exit
 	fi
 
-	start-stop-daemon --start --make-pidfile --background --pidfile=$PROCESS --user=$USER --exec=$DAEMON
+	start-stop-daemon --start --make-pidfile --background --pidfile=$PROCESS --chuid=$USER --exec=$DAEMON
 	echo "$NAME start successful, pid(`cat $PROCESS`)"
 }