summaryrefslogtreecommitdiffstats
path: root/roles/distgit/pagure/files/pagure_ev.service
blob: 93fc67745de9a906af87f547521cdc3cb954f2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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=pagure
Restart=on-failure

[Install]
WantedBy=multi-user.target