美文网首页
How to run NodeJS as a Service o

How to run NodeJS as a Service o

作者: goldenfiredo | 来源:发表于2018-06-27 10:32 被阅读0次

    1 创建脚本

    cd /etc/init/

    vi yourapp.conf

    2 安装start/stop命令

    apt-get install upstart-sysv

    update-initramfs -u

    reboot

    3 start yourapp/stop yourapp

    相关文章

      网友评论

          本文标题:How to run NodeJS as a Service o

          本文链接:https://www.haomeiwen.com/subject/juqbyftx.html