Commit 132db8d1 authored by Anton Midyukov's avatar Anton Midyukov

services: fix enable/disable bluetooth (fix typo)

parent cc2232cb
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment