Skip to content

Instantly share code, notes, and snippets.

@agsdot
Created July 26, 2016 20:33
Show Gist options
  • Save agsdot/da04d097393081973ce2ce81ade811b2 to your computer and use it in GitHub Desktop.
Save agsdot/da04d097393081973ce2ce81ade811b2 to your computer and use it in GitHub Desktop.
service
[Unit]
Description=smile_backend
After=syslog.target
[Service]
User=root
Group=root
ExecStart=/usr/bin/node /vagrant/backend/main.js
Restart=always
PrivateTmp=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment