Skip to content

Instantly share code, notes, and snippets.

@udhos
Created May 17, 2018 17:40
Show Gist options
  • Save udhos/51a7c0c41b8e2a9a13939f9d1e73f505 to your computer and use it in GitHub Desktop.
Save udhos/51a7c0c41b8e2a9a13939f9d1e73f505 to your computer and use it in GitHub Desktop.
gobetween.service
$ more gobetween.service
[Unit]
Description=Gobetween Load Balancer Service
[Service]
Type=simple
User=root
WorkingDirectory=/home/cliqruser
ExecStart=/home/cliqruser/gobetween -c /home/cliqruser/gobetween.toml
Restart=on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment