Files
whisper-local/systemd/whisper-local.service
T

14 lines
250 B
Desktop File
Raw Normal View History

2026-04-06 20:30:09 +02:00
[Unit]
Description=Whisper Local - Speech to Text
After=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/whisper-local
Restart=on-failure
RestartSec=5
Environment=XDG_RUNTIME_DIR=/run/user/%U
[Install]
WantedBy=default.target