blob: 61b8f09c5a3fc0fc4b0ae36946d928c0ee6df477 [file]
[Unit]
Description=ASF Infrastructure Event Stream Processor
[Service]
Type=simple
WorkingDirectory=/var/app/current
ExecStart=poetry run hypercorn esp.main:app -b 127.0.0.1:8000
Restart=always
User=webapp
[Install]
WantedBy=multi-user.target