summaryrefslogtreecommitdiff
path: root/public/fs/etc/systemd/system/pagure_web.service
blob: cf8f5392d5ffe205b0b8c142071e88f0fa585e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Pagure web application
After=postgresql.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_web.log --error-logfile /var/log/pagure/error_web.log --bind unix:/tmp/.pagure_web.sock "pagure.flask_app:create_app()"
Type=simple
User=git
Group=nginx
Restart=on-failure


[Install]
WantedBy=multi-user.target