[Unit] Description=Whisper.cpp Transcription Server After=network.target [Service] Type=simple User=jarian ExecStart=/home/jarian/whisper.cpp/build/bin/whisper-server \ -m /home/jarian/whisper.cpp/models/ggml-base.en.bin \ --host 127.0.0.1 \ --port 8888 \ --convert Environment=CUDA_VISIBLE_DEVICES=1 Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target