This commit is contained in:
Mateusz Gruszczyński
2026-05-04 10:57:03 +02:00
parent 31bba1269d
commit dca7389a1a
2 changed files with 10 additions and 10 deletions

View File

@@ -1,23 +1,25 @@
[Unit]
Description=pyTorrent web UI for rTorrent
Description=pyTorrent Web UI
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/pytorrent
#User=root
#Group=root
User=pytorrent
Group=pytorrent
WorkingDirectory=/opt/pyTorrent
Environment="PYTHONUNBUFFERED=1"
EnvironmentFile=/opt/pytorrent/.env
EnvironmentFile=/opt/pyTorrent/.env
# Note: threaded Gunicorn preserves Flask-SocketIO background tasks without running Werkzeug in production.
ExecStart=/opt/pytorrent/venv/bin/gunicorn --worker-class gthread --workers 1 --threads 32 --bind ${PYTORRENT_HOST}:${PYTORRENT_PORT} --access-logfile - --error-logfile - wsgi:app
ExecStart=/opt/pyTorrent/venv/bin/gunicorn --worker-class gthread --workers 1 --threads 32 --bind ${PYTORRENT_HOST}:${PYTORRENT_PORT} --access-logfile - --error-logfile - wsgi:app
Restart=always
RestartSec=3
KillSignal=SIGINT
TimeoutStopSec=20
User=www-data
Group=www-data
NoNewPrivileges=true
PrivateTmp=true
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target