void-packages/srcpkgs/bluez/files/bluetoothd/run

6 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}