14 lines
250 B
Desktop File
14 lines
250 B
Desktop File
[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
|