This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[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]-
After=postgresql.service mariadb.service mysqld.service redis.target -
Description=Pagure web application -
Documentation=https://pagure.io/pagure
-
Additionnal notes
Nothing here.