add a forever script

This commit is contained in:
ali asaria 2011-03-12 13:14:47 -05:00
parent 7f98cac326
commit 3ad513358e
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.DS_Store
rsync.sh
*.log
.monitor

1
forever.sh Normal file
View file

@ -0,0 +1 @@
forever start -o out.log -e err.log server.js 80