Commit d50b3fe2 authored by Michael Shigorin's avatar Michael Shigorin

server: disable dbus, lvmetad

"messagebus" service is autostarted since dbus gets in being required by wpa_supplicant <- alterator-net-wifi <- alterator-net-eth; it is really not needed in the minimalistic server, let's just turn it off. "lvm2-lvmetad" service requires setup to be actually useful (#29474).
parent f5fd7764
......@@ -8,3 +8,4 @@ use/server/mini: use/server use/net-ssh
$(call tags,base && (server || network || security || pkg)))
@$(call add,THE_LISTS,$(call tags,extra && (server || network)))
@$(call add,MAIN_LISTS,osec)
@$(call add,DEFAULT_SERVICES_DISABLE,messagebus lvm2-lvmetad)
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