Skip to content

Instantly share code, notes, and snippets.

@mazhar266
Created August 14, 2018 07:07
Show Gist options
  • Save mazhar266/6f9d3480e38b329f2bf227513d41a160 to your computer and use it in GitHub Desktop.
Save mazhar266/6f9d3480e38b329f2bf227513d41a160 to your computer and use it in GitHub Desktop.
golang.service
[Unit]
Description= instance to serve jobs api
After=network.target
[Service]
User=root
Group=www-data
ExecStart=/home/path/to/binary/you/uploaded(which in my case is/var/www/go/jobs)
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment