#!/usr/bin/env /lib/runit/invoke-run
#Copyright: 2022 Cloux <cloux@rote.ch>
#            2023 Lorenzo Puliti <plorenzo@disroot.org>
#License: CC0-1.0
#Comment: adapted to Debian from https://github.com/cloux/runit-base

exec 2>&1

sv start dbus || exit 170

if [ "$VERBOSE" = 1 ]; then
	echo "Invoke-run: Starting $NAME"
fi
exec /usr/sbin/bluetoothd -n
