Commit ced0a0e
committed
Fix time sync: wait for chrony to actually sync before proceeding
chronyc makestep only applies a correction if chrony already has a
time estimate, but on first boot chrony may not have completed NTS-KE
handshake yet. Replace with waitsync which blocks until chrony has
synced with at least one source (up to 30s timeout, 1s threshold).1 parent 627f19a commit ced0a0e
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 98 | + | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
0 commit comments