Files
hyprvoice/packaging/hyprvoice.service
T
2025-09-07 20:51:23 +02:00

15 lines
320 B
Desktop File

[Unit]
Description=Hyprvoice voice-to-text daemon
Documentation=https://github.com/leonardotrapani/hyprvoice
After=pipewire.service
Wants=pipewire.service
[Service]
Type=simple
ExecStart=/usr/bin/hyprvoice serve
Restart=on-failure
RestartSec=5
Environment=XDG_RUNTIME_DIR=/run/user/%i
[Install]
WantedBy=default.target