education.mk: enable bind service

...because installer-feature-resolver-bind-stage3 requires it.
This commit is contained in:
Andrey Cherepanov 2017-04-19 16:23:58 +03:00 committed by Michael Shigorin
parent 8f04dc9a5c
commit a67889e523

View File

@ -29,6 +29,6 @@ distro/education: distro/.installer use/slinux/full \
@$(call add,MAIN_PACKAGES,kumir2 rujel)
@$(call add,INSTALL2_PACKAGES,installer-feature-samba-usershares-stage2)
@$(call add,THE_LISTS,education/desktop)
@$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd)
@$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd bind)
endif