summaryrefslogtreecommitdiffstats
path: root/roles/distgit/pagure/files/pagure_webhook.service
blob: cc336dcff34619f89904f1427b765b9c1d23c791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Pagure WebHook server (Allowing web-hook notifications)
After=redis.target
Documentation=https://pagure.io/pagure

[Service]
ExecStart=/usr/libexec/pagure-webhook/pagure-webhook-server.py
Type=simple
User=pagure
Restart=on-failure

[Install]
WantedBy=multi-user.target