Hi,
I use forever to keep nodejs app running, this works quite well if I
started it from command line:

        usr/local/bin/forever start -c /usr/local/bin/node -a -l /home/photos/
logs/resizer.log -o /home/photos/logs/resizer_out.log -e /home/photos/
logs/resizer_err.log  /home/photos/resizer.js

but if I start this during boot in rc.local, it does not start, got a
message :

/usr/bin/env: node: No such file or directory

?

-- 
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