Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created June 30, 2017 19:43
Show Gist options
  • Save asjustas/bffcded503aef072042d008d211973da to your computer and use it in GitHub Desktop.
Save asjustas/bffcded503aef072042d008d211973da to your computer and use it in GitHub Desktop.
[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