Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个单独的应用程序,它运行一个名为 test.sh 的 shell 脚本:
node server.js; //listen on port 5555
如果我以 root 身份运行该脚本,它可以正常工作:./test.sh?
./test.sh
也许...
先感谢您...
永远使用来运行你的节点服务器 通过 npm 永远安装
npm 永远安装 -g
您可以配置日志以写入您的标准输出
您可以将您的应用程序作为永远的 server.js 运行
您也可以在 .sh 文件中提供相同的内容