Closed quinkennedy closed 10 years ago
added shebang at top of node files and made them executable so you no longer need to call node when running them:
node
node node_server_forever.js
./node_server_forever.js
This is helpful for automation scripts which start the process in screen: screen -L -d -m -S spacebrew ./node_server_forever.js
screen -L -d -m -S spacebrew ./node_server_forever.js
added shebang at top of node files and made them executable so you no longer need to call
node
when running them:node node_server_forever.js
./node_server_forever.js
This is helpful for automation scripts which start the process in screen:
screen -L -d -m -S spacebrew ./node_server_forever.js