Skip to content

Instantly share code, notes, and snippets.

@drobune
Created September 24, 2014 03:49
Show Gist options
  • Save drobune/4157e94d5a45c410d68f to your computer and use it in GitHub Desktop.
Save drobune/4157e94d5a45c410d68f to your computer and use it in GitHub Desktop.
forever を自動起動
/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