标签: node.js
嘿伙计我有一个节点应用程序,需要在后台运行并每分钟重新启动。有没有办法做到这一点?
答案 0 :(得分:0)
使用“crontab -e”并添加以下行:
* * * * * nohup nodejs <node_app_name> &