I like using upstart on Ubuntu to keep my node process running. Not sure if 
this is considered bad form, but I've been using it in production for about 
8 months without any issues.

https://gist.github.com/3911822

If you're using screen, not to keep your node processes running, but just 
for doing things in the shell, I would recommend giving tmux a try.

On Tuesday, October 16, 2012 2:53:18 AM UTC-4, William Myers wrote:
>
> Is that a way to run forever in an ssh connection so that it continues to 
> run even after the connection has been severed? 
>
> Currently, I have only had success with $ nohup node app.js however I 
> would like to use forever and thought that it could be used like a daemon 
> tool to keep a process going.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to