Skip to content

Instantly share code, notes, and snippets.

@alxschwarz
Created August 29, 2014 19:10
Show Gist options
  • Save alxschwarz/b0fc2c6bbeddac043784 to your computer and use it in GitHub Desktop.
Save alxschwarz/b0fc2c6bbeddac043784 to your computer and use it in GitHub Desktop.
Example systemd file for Node.js service
[Service]
WorkingDirectory=/srv/ajs-node/current/
ExecStart=/usr/bin/npm start
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=ajs-node
User=ajs
Group=ajs
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment