webhookd 0.2.2

GitLab/GitHub webhook daemon to run scripts on trigger
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Webhook Daemon
After=network.target

[Service]
Type=simple
Environment="RUST_LOG=info"
ExecStart=/usr/bin/webhookd --config $WEBHOOKD_CONFIG

[Install]
WantedBy=multi-user.target