Commit cdc1914e authored by Anton Midyukov's avatar Anton Midyukov

services: add targets for enable/disable bluetooth

parent b15d81ea
......@@ -23,3 +23,11 @@ use/services/lvm2-disable: use/services
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-lvmetad)
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-lvmpolld)
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-monitor)
use/services/bluetooth-enable: use/services
@$(call add,DEFAULT_SERICES_ENABLE,bluetooth)
@$(call add,SYSTEMD_USER_SERVICES_ENABLE,obex.service)
use/services/bluetooth-disable: use/services
@$(call add,DEFAULT_SERICES_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