Skip to content

Instantly share code, notes, and snippets.

View srpf's full-sized avatar
🎯
Focusing

iframe srpf

🎯
Focusing
  • Thailand
View GitHub Profile
@srpf
srpf / node-ubuntu-upstart-service.md
Created June 7, 2017 06:02 — forked from willrstern/node-ubuntu-upstart-service.md
Run Node.js App as Ubuntu Upstart Service

###The Issue With Forever Forever is great for running node services, with a minor setback: the word "forever" doesn't apply to system reboots.

###The solution, run node apps as a system service logged in as root

vim /etc/init/node-app.conf

Contents for node-app.conf