fix not working in systemd injection
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
[Unit]
|
||||
Description=Hyprvoice voice-to-text daemon
|
||||
Documentation=https://github.com/leonardotrapani/hyprvoice
|
||||
After=pipewire.service
|
||||
After=pipewire.service graphical-session.target
|
||||
Wants=pipewire.service
|
||||
Requisite=graphical-session.target
|
||||
|
||||
[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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user