17 lines
448 B
Desktop File
17 lines
448 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
|
|
ExecStartPre=/usr/bin/systemctl --user import-environment WAYLAND_DISPLAY XDG_RUNTIME_DIR
|
|
ExecStartPre=/bin/sh -c 'until [ -n "$WAYLAND_DISPLAY" ]; do sleep 0.1; done'
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|