Initial commit
This commit is contained in:
@@ -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
|
||||
@@ -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