testing: Disable systemd's NTP service

This produces a lot of useless traffic as no NTP servers are reachable (or
even resolvable via winnetou).
This commit is contained in:
Tobias Brunner
2018-11-21 14:32:25 +01:00
parent c7a74fd3e5
commit 1741d1ac07
+2
View File
@@ -36,6 +36,8 @@ stretch)
esac
SERVICES="apache2 dbus isc-dhcp-server slapd bind9 freeradius"
INC=$INC,${SERVICES// /,}
# additional services to disable
SERVICES="$SERVICES systemd-timesyncd.service"
CACHEDIR=$BUILDDIR/cache
APTCACHE=$LOOPDIR/var/cache/apt/archives