[Unit] Description=Orphion Faster-Whisper HTTP API After=network-online.target Wants=network-online.target [Service] Type=simple User=cezen Group=cezen WorkingDirectory=/home/cezen/whisper Environment=WHISPER_MODEL=large-v3 Environment=WHISPER_MODEL_DIR=/home/cezen/whisper/models Environment=WHISPER_FILE_FIELD=file ExecStart=/home/cezen/whisper/venv/bin/python /home/cezen/whisper/server.py --host 0.0.0.0 --port 8000 Restart=always RestartSec=5 [Install] WantedBy=multi-user.target