Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created January 13, 2014 05:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChimeraCoder/8395008 to your computer and use it in GitHub Desktop.
Save ChimeraCoder/8395008 to your computer and use it in GitHub Desktop.
Sample systemd script
[Unit]
Description=A phpbb-like bulletin board in Go
[Service]
ExecStart=/home/stevenleeg/go/bin/gobb
Restart=on-abort
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment