ソースを参照

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

tangs 6 年 前
コミット
759df8c1e5
1 ファイル変更1 行追加1 行削除
  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`)"
 }