summaryrefslogtreecommitdiffstats
path: root/roles/pagure/frontend/files/pagure_ev.service
blob: f194b1b5cd340de9f5f3d4deb107f1bca7660683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Pagure EventSource server (Allowing live refresh of the pages supporting it)
After=redis.target
Documentation=https://pagure.io/pagure

[Service]
ExecStart=/usr/libexec/pagure-ev/pagure_stream_server.py
Type=simple
User=git
Group=git
Restart=on-failure
LimitNOFILE=40960

[Install]
WantedBy=multi-user.target