- [Unit]
- Description=Pagure worker for managing the authorized_keys file
- After=redis.target
- Documentation=https://pagure.io/pagure
- [Service]
- ExecStart=/usr/bin/celery -A pagure.lib.tasks worker --loglevel=INFO -c 1 -Q authorized_keys_queue -n authorized_keys
- Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
- Type=simple
- User=git
- Group=git
- Restart=on-failure
- [Install]
- WantedBy=default.target
|