blob: 62f6df10747158ab00c00ac9cb65614d5b1fb1f3 [file]
[Unit]
Description=ASF Infra Reporting Dashboard
[Service]
Type=simple
WorkingDirectory=/opt/reporting-dashboard/server/
# Default of 1 worker is intentional
ExecStart=/usr/local/bin/pipenv run python3.11 -m hypercorn server:application --error-log /var/log/apache2/dashboard-error.log --access-log /var/log/apache2/dashboard-access.log
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target