14 lines
284 B
Desktop File
14 lines
284 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=%h/.local/bin/hyprvoice serve
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target |