This commit is contained in:
Ray Elliott 2026-02-28 19:56:43 +00:00
commit 207dac004e
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ Description=Blueman Applet
[Service]
Type=simple
ExecStartPre=/usr/bin/sh -lc 'until [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done'
ExecStartPre=/usr/bin/sh -c 'until [ -n "$WAYLAND_DISPLAY" ] && [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done'
ExecStart=/usr/bin/blueman-applet
Restart=on-failure
RestartSec=2