Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user