[Unit] Description=__APP__ EventSource server (Allowing live refresh of the pages supporting it) After=redis.target Documentation=https://pagure.io/pagure [Service] Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ ExecStart=__INSTALL_DIR__/venv/bin/python3 __INSTALL_DIR__/pagure-ev/pagure_stream_server.py Restart=on-failure [Install] WantedBy=multi-user.target