pagure_worker.service 348 B

123456789101112131415
  1. [Unit]
  2. Description=Pagure worker for backend git interaction
  3. After=redis.target
  4. Documentation=https://pagure.io/pagure
  5. [Service]
  6. ExecStart=/usr/bin/celery -A pagure.lib.tasks worker --loglevel=INFO -n worker
  7. Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
  8. Type=simple
  9. User=git
  10. Group=git
  11. Restart=on-failure
  12. [Install]
  13. WantedBy=multi-user.target