blob: 8e1ef4d2712a714d456f57c08b0c9a23703aa94d [file] [log] [blame]
[Unit]
Description=ASF Infra Reporting Dashboard
[Service]
Type=simple
WorkingDirectory=/opt/reporting-dashboard/server/
ExecStart=/usr/local/bin/pipenv run python3.11 -m hypercorn server:application
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target