Files
qr-tabellen/deploy/qr-tabellen.service

16 lines
422 B
Desktop File

# /etc/systemd/system/qr-tabellen.service
[Unit]
Description=QR-Tabellen Admin-Panel (table.lehrstun.de)
After=network.target
[Service]
User=herb
WorkingDirectory=/home/herb/qr-tabellen
Environment=QT_BASE_URL=https://table.lehrstun.de
Environment=QT_PUBLIC_DIR=/var/www/table
ExecStart=/home/herb/qr-tabellen/venv/bin/gunicorn -w 2 -b 127.0.0.1:8010 app.main:app
Restart=on-failure
[Install]
WantedBy=multi-user.target