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

[Service]
WorkingDirectory = %h
EnvironmentFile = -%h/.config/webhookd/webhookd.env
ExecStart = /usr/bin/webhookd
RestartSec = 5

[Install]
WantedBy = default.target