Commit 8d87865c authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Move default services control from installer-distro-centaurus

This patch was co-authored by Anton Midyukov.
parent 034d410e
......@@ -78,6 +78,20 @@ endif
@$(call add,DEFAULT_SERVICES_ENABLE,rpcbind sshd bind)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,systemd-networkd.service)
@$(call add,SYSTEMD_SERVICES_MASK,suspend.target hibernate.target)
@$(call add,DEFAULT_SERVICES_ENABLE,alteratord ahttpd libvirtd qemu-kvm)
@$(call add,DEFAULT_SERVICES_ENABLE,virtualbox openntpd bacula-fd daytime-tcp)
@$(call add,DEFAULT_SERVICES_DISABLE,vz slapd smb httpd2 squid)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,lightdm.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,cups.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,avahi-daemon.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,NetworkManager.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,ModemManager.service postfix.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,nslcd.service nscd.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,sshd.service ahttpd.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,alteratord.service xinetd.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,nfs-server.service bind.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,cpufreq-simple.service)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,getty@tty1.service)
@$(call set,META_VOL_ID,ALT Server 10.2 $(ARCH))
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
......
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