Files
bluez/source-files/bluez.sh
T
2025-08-21 09:59:15 +03:00

9 lines
182 B
Bash

#!/bin/sh
# Wait for dbus to start
while ! dbus-send --system / org.freedesktop.DBus.Peer.Ping > /dev/null 2> /dev/null; do
sleep 0.1
done
exec /usr/libexec/bluetooth/bluetoothd