Skip to content
Snippets Groups Projects
Commit ddd8e228 authored by Tobias Klaus's avatar Tobias Klaus
Browse files

start ntpd after 30s to ensure that the interface is up


Suggested-by: default avatarSebastian Laubscher <sebastian@laubscher.name>
Signed-off-by: default avatarTobias Klaus <tk+ff@meskal.net>
Reviewed-by: default avatarTim Niemeyer <tim.niemeyer@mastersword.de>
parent f0bf6f2f
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ fi
# collect environment info and write to dot-script
/etc/environment.sh > /tmp/environment
# Starting NTP-Client Daemon
ntpd -p ${NTPD_IP}
# Starting NTP-Client Daemon after 30s to ensure that the interface is up
( sleep 30 ; ntpd -p ${NTPD_IP} ) &
. /etc/firewall.user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment