Commit 342254e8 authored by Anton Midyukov's avatar Anton Midyukov

server: enable libvirtd service by default

Users expect that if virtualization is selected during installation of the distribution, the libvirtd service will be enabled.
parent 2398b75a
......@@ -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; @:
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