Created
September 24, 2014 03:49
-
-
Save drobune/4157e94d5a45c410d68f to your computer and use it in GitHub Desktop.
forever を自動起動
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin/node /usr/local/bin/forever start \ | |
-p /var/run/forever \ | |
--pidfile /var/run/node-app.pid \ | |
-l /var/log/node-app.log -a \ | |
-d /home/node/ \ | |
/home/node/app.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment