Skip to content

Commit 3086f4f

Browse files
authored
Revert "[baseimage] Delay ntp-config service to start after 5 minutes (#2494)" (#2590)
This reverts commit 33fe8d2.
1 parent b86dc06 commit 3086f4f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

files/build_templates/ntp-config.timer

-9
This file was deleted.

files/build_templates/sonic_debian_extension.j2

-2
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ sudo LANG=C cp $SCRIPTS_DIR/syncd.sh $FILESYSTEM_ROOT/usr/local/bin/syncd.sh
296296
# Copy systemd timer configuration
297297
# It implements delayed start of services
298298
sudo cp $BUILD_TEMPLATES/snmp.timer $FILESYSTEM_ROOT/etc/systemd/system/
299-
sudo cp $BUILD_TEMPLATES/ntp-config.timer $FILESYSTEM_ROOT/etc/systemd/system/
300299
sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable snmp.timer
301-
sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable ntp-config.timer
302300

303301
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get remove -y python-dev
304302
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get clean -y

0 commit comments

Comments
 (0)