blob: 86537893c3288159607ef7c7bd2e89a9fb89dc0b [file] [log] [blame]
[Unit]
Description=ASF Selfserve Portal
[Service]
Type=simple
WorkingDirectory=/opt/selfserve-portal/server/
ExecStart=/usr/local/bin/pipenv run python3 -m hypercorn server:application
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target