5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
exec 2>&1
|
|
exec /usr/libexec/bluetooth/bluetooth-meshd --nodetach
|