Skip to content

Commit 3a69974

Browse files
committed
Merge pull request #3300 from aledbf/fix_ntpd_error
feat(cloud-init): temporal fix for ntpd error and clock skew
2 parents 25a4613 + 614a0b4 commit 3a69974

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,8 @@ write_files:
191191
content: |
192192
[Coredump]
193193
Storage=none
194+
- path: /etc/systemd/system/ntpd.service.d/debug.conf
195+
content: |
196+
[Service]
197+
ExecStart=
198+
ExecStart=/usr/sbin/ntpd -g -n -f /var/lib/ntp/ntp.drift

0 commit comments

Comments
 (0)