pagure_web.service

This unit is provided by:

Options

  • [Install]
  • [Service]
    • ExecStart=/usr/bin/gunicorn --workers 4 --env PAGURE_CONFIG=/etc/pagure/pagure.cfg --access-logfile /var/log/pagure/access_web.log --error-logfile /var/log/pagure/error_web.log --bind unix:/srv/gitolite/.pagure_web.sock "pagure.flask_app:create_app()"
    • ExecStart=/usr/bin/gunicorn-3 --workers 4 --env PAGURE_CONFIG=/etc/pagure/pagure.cfg --access-logfile /var/log/pagure/access_web.log --error-logfile /var/log/pagure/error_web.log --bind unix:/tmp/pagure_web.sock "pagure.flask_app:create_app()"
    • Group=git
    • Restart=on-failure
    • Type=simple
    • User=git
  • [Unit]

Additionnal notes

Nothing here.