Skip to content

Instantly share code, notes, and snippets.

@shavit
Created April 25, 2017 04:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shavit/73acba1486d4d9bd89d819078f9658c5 to your computer and use it in GitHub Desktop.
Save shavit/73acba1486d4d9bd89d819078f9658c5 to your computer and use it in GitHub Desktop.
Go Revel Systemd script
[Unit]
Description=API web app
[Service]
PIDFile=/tmp/app.pid-0000
User=
Group=
WorkingDirectory=
ExecStart=PATH-TO-APP/bin/app/start.sh
# OR
# ExecStart=PATH-TO-LOAD-APP-ENV-THEN-EXEC/bin/app/start.sh
Restart=on-failure
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment