testing: Support build with Debian stretch base image

Remove support for wheezy.
This commit is contained in:
Tobias Brunner
2018-11-21 14:32:24 +01:00
parent cbe9e575ee
commit af6e26ec08
2 changed files with 10 additions and 19 deletions
+1 -6
View File
@@ -76,12 +76,7 @@ do
for service in "apache2 slapd bind9"
do
if [ "$BASEIMGSUITE" == "wheezy" ]
then
execute_chroot "update-rc.d $service defaults" 0
else
execute_chroot "systemctl enable $service" 0
fi
execute_chroot "systemctl enable $service" 0
done
fi
sync