frontend overhaul, minor backend bugfixes

This commit is contained in:
katsu 2025-07-02 16:29:09 +02:00
parent acc38950e7
commit c1325c0eda
28 changed files with 767 additions and 481 deletions

View file

@ -3,7 +3,7 @@ Description={{ script_file }}
After=multi-user.target
[Service]
ExecStart=/usr/local/bin/poetry run python3 {{ script_file }}
ExecStart=/usr/local/bin/poetry run python3 -u {{ script_file }}
Type=simple
Restart=always
User=pi