services: fix enable/disable bluetooth (fix typo)
This commit is contained in:
parent
cc2232cbec
commit
132db8d1a7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user