server: enable libvirtd service by default

Users expect that if virtualization is selected during installation
of the distribution, the libvirtd service will be enabled.
This commit is contained in:
Anton Midyukov 2019-11-05 21:56:38 +07:00
parent 2398b75a10
commit 342254e8cc

View File

@ -48,6 +48,7 @@ use/server/groups/services: use/server
@$(call add,MAIN_GROUPS,server/php7)
@$(call add,MAIN_GROUPS,server/ftp server/rsync)
@$(call add,MAIN_GROUPS,server/kvm)
@$(call add,DEFAULT_SERVICES_ENABLE,libvirtd)
@$(call add,DEFAULT_SERVICES_DISABLE,php7-fpm)
use/server/groups/base: use/server/groups/tools use/server/groups/services; @: