|
@@ -77,9 +77,11 @@ BLUEZ5_UTILS_CONF_OPTS += --disable-systemd
|
|
|
endif
|
|
|
|
|
|
define BLUEZ5_UTILS_INSTALL_INIT_SYSTEMD
|
|
|
- mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/
|
|
|
+ mkdir -p $(TARGET_DIR)/etc/systemd/system/bluetooth.target.wants
|
|
|
ln -fs ../../../../usr/lib/systemd/system/bluetooth.service \
|
|
|
- $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/bluetooth.service
|
|
|
+ $(TARGET_DIR)/etc/systemd/system/bluetooth.target.wants/bluetooth.service
|
|
|
+ ln -fs ../../../../usr/lib/systemd/system/bluetooth.service \
|
|
|
+ $(TARGET_DIR)/etc/systemd/system/dbus-org.bluez.service
|
|
|
endef
|
|
|
|
|
|
$(eval $(autotools-package))
|