services: fix enable/disable bluetooth (fix typo)

This commit is contained in:
Anton Midyukov 2024-04-01 18:44:51 +07:00
parent cc2232cbec
commit 132db8d1a7

View File

@ -25,9 +25,9 @@ use/services/lvm2-disable: use/services
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-monitor)
use/services/bluetooth-enable: use/services
@$(call add,DEFAULT_SERICES_ENABLE,bluetooth)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetooth)
@$(call add,SYSTEMD_USER_SERVICES_ENABLE,obex.service)
use/services/bluetooth-disable: use/services
@$(call add,DEFAULT_SERICES_DISABLE,bluetooth)
@$(call add,DEFAULT_SERVICES_DISABLE,bluetooth)
@$(call add,SYSTEMD_USER_SERVICES_DISABLE,obex.service)