diff --git a/srcpkgs/bluez/files/bluetoothd/run b/srcpkgs/bluez/files/bluetoothd/run index 81dee8b10e8..2b96adcdcdc 100755 --- a/srcpkgs/bluez/files/bluetoothd/run +++ b/srcpkgs/bluez/files/bluetoothd/run @@ -1,2 +1,3 @@ #!/bin/sh +sv check dbus >/dev/null || exit 1 exec /usr/libexec/bluetooth/bluetoothd -n >/dev/null diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index 25683ca0731..057c5312ed4 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -1,7 +1,7 @@ # Template file for 'bluez' pkgname=bluez version=5.30 -revision=1 +revision=2 build_options="systemd" build_style=gnu-configure configure_args="--with-udevdir=/usr/lib/udev