Skip to content

Instantly share code, notes, and snippets.

@thiagozs
Last active December 24, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagozs/6871830 to your computer and use it in GitHub Desktop.
Save thiagozs/6871830 to your computer and use it in GitHub Desktop.
shell script forever fire up
#!/bin/bash
forever -p ./logs \
-l server_out.log \
-o ./logs/server_out.log \
-e ./logs/server_err.log \
--append \
--plain \
--minUptime 1000 \
--spinSleepTime 1000 \
start server.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment