pagure_worker.service 358 B

12345678910111213
  1. [Unit]
  2. Description=Pagure worker for backend git interaction
  3. After=redis.target
  4. Documentation=https://pagure.io/pagure
  5. [Service]
  6. ExecStart=/home/vagrant/.virtualenvs/python3-pagure/bin/celery worker -A pagure.lib.tasks --loglevel=info
  7. Environment="PAGURE_CONFIG=/home/vagrant/pagure.cfg"
  8. Type=simple
  9. Restart=on-failure
  10. [Install]
  11. WantedBy=multi-user.target