add tui and persistent targets

This commit is contained in:
2026-07-05 14:11:57 +02:00
parent 2e11b41855
commit f8f5167af5
11 changed files with 960 additions and 63 deletions

View File

@@ -9,7 +9,7 @@ Type=simple
# Adjust user and paths to match your Pi setup
User=pi
WorkingDirectory=/home/pi/voron-filament-dryer
ExecStart=/usr/bin/python3 /home/pi/voron-filament-dryer/scripts/capture_csv.py --log-dir /home/pi/voron-filament-dryer/logs
ExecStart=/usr/bin/python3 /home/pi/voron-filament-dryer/scripts/capture_csv.py log --log-dir /home/pi/voron-filament-dryer/logs
Restart=on-failure
RestartSec=10