bfc7c642a5
Passing options to bluetoothd can be necessary in some cases. Also move INSTALL.msg to README.voidlinux, and note that elogind can be enough, instead of requiring group membership.
5 lines
131 B
Bash
Executable file
5 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
[ -r ./conf ] && . ./conf
|
|
sv check dbus >/dev/null || exit 1
|
|
exec 2>&1
|
|
exec /usr/libexec/bluetooth/bluetoothd -n ${OPTS}
|