centos - Start Node.js App on Server Boot/Restart -


i have no idea how start node.js app on server restart/server boot. thing know if 'npm start' application starts need automatic , running constantly. appreciated.

use pm2 or forever , create script load application. pm2 documented , has helper create init script. blog.hazrulnizam.com/create-init-script-centos-6 can create init script too. option use supervisor.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -