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_docs_web.log --error-logfile /var/log/pagure/error_docs_web.log --bind unix:/srv/gitolite/.pagure_docs_web.sock pagure.docs_server:APP -
ExecStart=/usr/bin/gunicorn-3 --workers 4 --env PAGURE_CONFIG=/etc/pagure/pagure.cfg --access-logfile /var/log/pagure/access_docs_web.log --error-logfile /var/log/pagure/error_docs_web.log --bind unix:/tmp/pagure_docs_web.sock pagure.docs_server:APP -
Group=git -
Restart=on-failure -
Type=simple -
User=git
-
-
[Unit]-
After=postgresql.service mariadb.service mysqld.service redis.target -
Description=Pagure docs web application -
Documentation=https://pagure.io/pagure
-
Additionnal notes
Nothing here.