Skip to content

Instantly share code, notes, and snippets.

@zvg
Created July 25, 2020 12:46
Show Gist options
  • Save zvg/c6ce74c12e488b4b88b5f055c208227c to your computer and use it in GitHub Desktop.
Save zvg/c6ce74c12e488b4b88b5f055c208227c to your computer and use it in GitHub Desktop.
[Unit]
Description=Bark server
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/bark-server -l 0.0.0.0 -p 8080 -d /home/git/bark/bark-data
ExecStop=/bin/kill -s QUIT $MAINPID
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment