On 17.11.2012 05:28, Michael Biebl wrote:

> I think when bluez is run under systemd, it should disable
> /lib/udev/rules.d/97-bluetooth.rules and rather start the bluetooth
> service by hooking up in bluetooth.target.

Julien, after enabling bluetooth.service, you probably also need the
attached udev rules file. Copy that into /etc/udev/rules.d

After a reboot and after a plugging in the bt adapter,
"systemctl status bluetooth.service" should show it running.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
# Run helper every time a Bluetooth device appears
# On remove actions, bluetoothd should go away by itself

TEST=="/sys/fs/cgroup/systemd", GOTO="bluetooth_end"

ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluez-udev --udev"
ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluez-udev --udev"

LABEL="bluetooth_end"

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to