pagure_webhook.service 295 B

1234567891011121314
  1. [Unit]
  2. Description=Pagure WebHook server (Allowing web-hook notifications)
  3. After=redis.target
  4. Documentation=https://pagure.io/pagure
  5. [Service]
  6. ExecStart=/usr/libexec/pagure-webhook/pagure-webhook-server.py
  7. Type=simple
  8. User=git
  9. Group=git
  10. Restart=on-failure
  11. [Install]
  12. WantedBy=multi-user.target