Initial commit

This commit is contained in:
2025-08-21 09:59:15 +03:00
commit 6e9826be3d
6 changed files with 84 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
name: bluez
description: Start the Simple Desktop Display Manager
dependencies: ["dbus"]
type: background
start_cmd: /etc/esvm/scripts/bluez.sh
exit_method: kill
restart: true
+8
View File
@@ -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