[Unit] Description=Lucys Stimme (Kyutai pocket-tts 2.1.0, german_24l, Referenz Artoria v2 seit 04.09.2026) After=network-online.target [Service] Type=simple WorkingDirectory=/home/hitonabi/.lucy-stimme/app Environment=LUCY_LANG=german_24l Environment=OMP_NUM_THREADS=8 Environment=LUCY_WORKERS=2 Environment=LUCY_WORKER_THREADS=4 ExecStart=/home/hitonabi/.lucy-stimme/venv/bin/python -m uvicorn pocket_server:app --host 127.0.0.1 --port 8021 Restart=always RestartSec=10 TimeoutStartSec=300 [Install] WantedBy=default.target