Skip to content

Instantly share code, notes, and snippets.

@bodokaiser
Created April 1, 2014 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodokaiser/9921109 to your computer and use it in GitHub Desktop.
Save bodokaiser/9921109 to your computer and use it in GitHub Desktop.
systemd service config for nodejs
[Service]
Restart=always
StandardOutput=syslog
SyslogIdentifier=nearby
Environment=PATH=/usr/bin
Environment=NODE_ENV=production
ExecStart=/usr/bin/node /srv/nearby/lib/index.js
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment