我的服务器重启后只运行一次
我通过node.js在我的服务器上聊天应用程序
这是我用putty写的命令行并运行我的聊天应用程序
登录服务器
[root@name ~]# cd /
[root@name /]# cd /home/admin/domains/mydomain.com/public_html/chat_server
[root@name chat_server]# forever start websocket.js
info: Forever processing file: websocket.js
[root@name chat_server]#
如何自动运行?