mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
7 lines
146 B
Bash
7 lines
146 B
Bash
![]() |
#!/bin/sh
|
||
|
set -ex
|
||
|
echo "starting in one shot mode to fix large time differences"
|
||
|
ntpd -gq
|
||
|
echo "starting long running nptd"
|
||
|
exec ntpd --nofork -g
|