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