feat: add systemd user service unit

This commit is contained in:
2026-04-06 20:30:09 +02:00
parent 3a0f70da0b
commit 8210430986
+13
View File
@@ -0,0 +1,13 @@
[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