coreos-installer
coreos-installer copied to clipboard
service: wait for chronyd to sync the system time for `coreos-installer`
See https://github.com/coreos/coreos-installer/issues/1158
I have not yet tested it.
Two thoughts on this:
- Note that
After=chronyd.service
doesn't guarantee that the clock has been updated by the time our unit runs, only that chronyd was started. - I'm still confused why we need this since coreos-installer should be retrying. It seems like we should dig into why chronyd doesn't eventually kick in while we retry?