education.mk: enable services for real

This commit is contained in:
Andrey Cherepanov 2016-10-17 15:41:11 +03:00 committed by Michael Shigorin
parent 70d8e242ae
commit 4c5f2792d4

View File

@ -25,6 +25,6 @@ distro/education: distro/.installer use/slinux/full \
@$(call add,THE_PACKAGES,iperf3 owamp-server)
@$(call add,INSTALL2_PACKAGES,installer-feature-samba-usershares-stage2)
@$(call add,THE_LISTS,education/desktop)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd sshd syslogd)
@$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd)
endif