summarylogtreecommitdiffstats
path: root/webhookd.service
blob: b18b3dc55d25b29cf5e94ba2e66e27eb3dc47a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description = A very simple webhook server launching scripts.
After = network-online.target

[Service]
EnvironmentFile = -/etc/default/webhookd
ExecStart = /usr/bin/webhookd
RestartSec = 5

[Install]
WantedBy = multi-user.target