Created
June 30, 2017 19:43
-
-
Save asjustas/bffcded503aef072042d008d211973da to your computer and use it in GitHub Desktop.
This file contains hidden or 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=Webhook server | |
After=network.target | |
[Service] | |
Type=simple | |
ExecStart=/usr/local/bin/webhook -hooks=/srv/webhook/hooks.json | |
Restart=always | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment