From cc16704651c27c4754af51de6d2afe63b3cf4f51 Mon Sep 17 00:00:00 2001 From: n07070 Date: Mon, 18 May 2026 23:16:28 +0200 Subject: [PATCH] Remove the debug argument from the systemd service --- littleprynter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/littleprynter.service b/littleprynter.service index 63b816f..1aad7cb 100644 --- a/littleprynter.service +++ b/littleprynter.service @@ -6,7 +6,7 @@ After=network.target Type=simple WorkingDirectory=/home/pi/littleprynter/ 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] WantedBy=multi-user.target