archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / webhook / repos / community-x86_64 / webhook.service
blobdca9c175c4d3678f3d73703d6f9e0d6dfbb4fc06
1 [Unit]
2 Description=Webhook Service
3 After=network.target
4 Wants=network.target
6 [Service]
7 Type=exec
8 ExecStart=/usr/bin/webhook -hooks /etc/webhook/hooks.json -verbose
9 Restart=on-failure
11 [Install]
12 WantedBy=multi-user.target