This unit is provided by:
Options
-
[Install]
-
WantedBy=default.target
-
-
[Service]
-
Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
-
ExecStart=/usr/bin/celery worker -A pagure.lib.tasks --loglevel=info -c 1 -Q authorized_keys_queue
-
ExecStart=/usr/bin/celery-3 worker -A pagure.lib.tasks --loglevel=info -c 1 -Q authorized_keys_queue
-
Group=git
-
Restart=on-failure
-
Type=simple
-
User=git
-
-
[Unit]
-
After=redis.target
-
Description=Pagure worker for managing the authorized_keys file
-
Documentation=https://pagure.io/pagure
-
Additionnal notes
Nothing here.