Skip to content

Commit 1741d1a

Browse files
committed
testing: Disable systemd's NTP service
This produces a lot of useless traffic as no NTP servers are reachable (or even resolvable via winnetou).
1 parent c7a74fd commit 1741d1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/scripts/build-baseimage

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ stretch)
3636
esac
3737
SERVICES="apache2 dbus isc-dhcp-server slapd bind9 freeradius"
3838
INC=$INC,${SERVICES// /,}
39+
# additional services to disable
40+
SERVICES="$SERVICES systemd-timesyncd.service"
3941

4042
CACHEDIR=$BUILDDIR/cache
4143
APTCACHE=$LOOPDIR/var/cache/apt/archives

0 commit comments

Comments
 (0)