mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
15 lines
345 B
Desktop File
15 lines
345 B
Desktop File
[Unit]
|
|
Description=Pagure Logging Commit service
|
|
After=redis.target
|
|
Documentation=https://pagure.io/pagure
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/celery worker -A pagure.lib.tasks_services --loglevel=info -Q pagure_logcom
|
|
Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
|
|
Type=simple
|
|
User=pagure
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|