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