2018-04-23 16:38:04 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Pagure worker for backend git interaction
|
|
|
|
After=redis.target
|
|
|
|
Documentation=https://pagure.io/pagure
|
|
|
|
|
|
|
|
[Service]
|
2019-02-27 10:24:13 +01:00
|
|
|
ExecStart=/usr/bin/celery worker -A pagure.lib.tasks --loglevel=info -Q fast_workers -c 5
|
2018-04-23 16:38:04 +02:00
|
|
|
Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
|
|
|
|
Type=simple
|
|
|
|
User=git
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|