Created
July 25, 2020 12:46
-
-
Save zvg/c6ce74c12e488b4b88b5f055c208227c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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