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).
This commit is contained in:
Michael Shigorin 2014-02-09 00:07:24 +04:00
parent f5fd77640a
commit d50b3fe247

View File

@ -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)