pagure_webhook.service 342 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. Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
  7. ExecStart=celery worker -A pagure.lib.tasks --loglevel=info -Q pagure_webhook
  8. Type=simple
  9. User=git
  10. Group=git
  11. [Install]
  12. WantedBy=multi-user.target