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 というシェル スクリプトを実行する別のアプリケーションがあります。
node server.js; //listen on port 5555
ルートとして実行すると、スクリプトは正常に動作し./test.shます。
./test.sh
多分...
前もって感謝します...
永久にノードサーバーを実行するには、npm を使用して永久にインストールします
npm install forever -g
標準出力を書き込むようにログを構成できます
アプリを永久に server.js として実行できます
.sh ファイルでも同じことができます