pagure_authorized_keys_worker.service 394 B

123456789101112131415
  1. [Unit]
  2. Description=Pagure worker for managing the authorized_keys file
  3. After=redis.target
  4. Documentation=https://pagure.io/pagure
  5. [Service]
  6. ExecStart=/usr/bin/celery -A pagure.lib.tasks worker --loglevel=INFO -c 1 -Q authorized_keys_queue -n authorized_keys
  7. Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
  8. Type=simple
  9. User=git
  10. Group=git
  11. Restart=on-failure
  12. [Install]
  13. WantedBy=default.target