- or download this
use 5.16.2;
use warnings;
...
my $bus = Net::DBus->find or die "Cannot connect to DBus\n";
my $hal = $bus->get_service ("org.bluez") or die "Cannot get Handle\n"
+;
- or download this
org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not
+provided by any .service files
- or download this
$ cat /etc/systemd/system/dbus-org.bluez.service
[Unit]
...
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service