gpt4 book ai didi

linux - 如何将 Node js服务器作为守护进程运行?

转载 作者:搜寻专家 更新时间:2023-10-31 23:08:33 25 4
gpt4 key购买 nike

我正在为一个应用程序使用 Ionic 框架和 nodejs。所有 nodejs 文件都在 linux 服务器中。我正在通过腻子使用“npm start &”命令启动 nodejs 服务器。但问题是,如果我关闭腻子,服务器会在一段时间后停止。我试过'nohup npm start &'。但我仍然面临同样的问题。如何将其作为守护进程启动......?

最佳答案

您可以使用 pm2用于生产。

安装 pm2:

npm install pm2 -g

要启动应用程序,只需运行:

pm2 start app.js

您可以通过以下方式查看日志:

pm2 logs

有关更多选项,请查看 github repo 上的自述文件.

关于linux - 如何将 Node js服务器作为守护进程运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34490690/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com