- [Unit]
- Description=Pagure worker for backend git interaction
- After=redis.target
- Documentation=https://pagure.io/pagure
- [Service]
- ExecStart=/home/vagrant/.virtualenvs/python3-pagure/bin/celery worker -A pagure.lib.tasks --loglevel=info
- Environment="PAGURE_CONFIG=/home/vagrant/pagure.cfg"
- Type=simple
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
|