15 lines
352 B
Desktop File
15 lines
352 B
Desktop File
[Unit]
|
|
Description=Pagure worker for backend git interaction
|
|
After=redis.target
|
|
Documentation=https://pagure.io/pagure
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/celery worker -A pagure.lib.tasks --loglevel=info -Q medium_workers -c 5
|
|
Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
|
|
Type=simple
|
|
User=git
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|