Skip to content

Commit b9e2740

Browse files
yxiecatiantianlv
authored andcommitted
Revert "[baseimage] Delay ntp-config service to start after 5 minutes (sonic-net#2494)" (sonic-net#2590)
This reverts commit 33fe8d2.
1 parent c408755 commit b9e2740

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
@@ -302,9 +302,7 @@ sudo LANG=C cp $SCRIPTS_DIR/syncd.sh $FILESYSTEM_ROOT/usr/local/bin/syncd.sh
302302
# Copy systemd timer configuration
303303
# It implements delayed start of services
304304
sudo cp $BUILD_TEMPLATES/snmp.timer $FILESYSTEM_ROOT/etc/systemd/system/
305-
sudo cp $BUILD_TEMPLATES/ntp-config.timer $FILESYSTEM_ROOT/etc/systemd/system/
306305
sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable snmp.timer
307-
sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable ntp-config.timer
308306

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

0 commit comments

Comments
 (0)