Remove the debug argument from the systemd service

This commit is contained in:
n07070
2026-05-18 23:16:28 +02:00
parent 36ae95c26f
commit cc16704651

View File

@@ -6,7 +6,7 @@ After=network.target
Type=simple Type=simple
WorkingDirectory=/home/pi/littleprynter/ WorkingDirectory=/home/pi/littleprynter/
Environment=FLASK_APP=src/main.py Environment=FLASK_APP=src/main.py
ExecStart=/home/pi/littleprynter/bin/flask run --host 0.0.0.0 --debug --no-reload ExecStart=/home/pi/littleprynter/bin/flask run --host 0.0.0.0 --no-reload
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target