mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 08:35:16 +02:00
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}
|