summaryrefslogtreecommitdiff
path: root/public/fs/etc/systemd/system/pagure_docs_web.service
blob: a3002f6035d12a0f2654be40336af2b5708f24db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Pagure docs web application
After=postgresql.service mariadb.service mysqld.service redis.target
Documentation=https://pagure.io/pagure


[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:/tmp/.pagure_docs_web.sock pagure.docs_server:APP
Type=simple
User=git
Group=nginx
Restart=on-failure


[Install]
WantedBy=multi-user.target