This commit is contained in:
2016-01-29 14:49:03 -05:00
parent 9026010aa1
commit 9ce292e020
12 changed files with 573 additions and 0 deletions

5
stuff.md Normal file
View File

@ -0,0 +1,5 @@
## Auto start
`@reboot /usr/local/bin/forever start -o /var/log/forver.out.log -e /var/log/sorver.err.log -c "/usr/local/bin/codebox run -p 5000" /workspace/`
http://stackoverflow.com/a/13388741/3140931