chore: Pfade auf ~/my_voice_assistant_v3 umstellen (Repo-Umzug v2 -> v3)

systemd-Unit-Vorlage + Doku-Pfade auf den neuen flachen Pfad angepasst.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-06-21 15:56:33 +02:00
commit 789e3510fc
3 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@ After=network.target
[Service]
Type=simple
WorkingDirectory=/home/dschlueter/my_voice_assistant_v2/voice-assistant-scaffold
ExecStart=/home/dschlueter/my_voice_assistant_v2/voice-assistant-scaffold/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8003
WorkingDirectory=/home/dschlueter/my_voice_assistant_v3
ExecStart=/home/dschlueter/my_voice_assistant_v3/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8003
Restart=always
RestartSec=2