On Friday, August 28, 2015 at 10:41:48 PM UTC-4, Uomo di Carbone wrote: > > Is there a way to add nodejs express to rc similar to adding vsftp to rc? > sudo update-rc.d vsftpd defaults > > I'm running nodejs with express on port 80 using Debian on an Rpi > > I use ndm wrappers; it's a bit funky but works for me.
More simply, one can tuck things into an @reboot rule in crontab, add them to /etc/rc.local or equivalent, or you can write an init script (or I expect there are several generators for this other than ndm) and use update-rc.d Aria -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/e456efb4-73fa-4ea9-93d6-c741f21a4f53%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
