From: Tobias Brunner Date: Tue, 2 Oct 2018 10:38:04 +0000 (+0200) Subject: testing: Disable systemd's NTP service X-Git-Tag: 5.7.2dr4~18^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1741d1ac07088cccc6d832ee02c13ed67fff9247;p=thirdparty%2Fstrongswan.git testing: Disable systemd's NTP service This produces a lot of useless traffic as no NTP servers are reachable (or even resolvable via winnetou). --- diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index a3e6ed5f2a..b251d57fda 100755 --- a/testing/scripts/build-baseimage +++ b/testing/scripts/build-baseimage @@ -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