Closed bradpoulton closed 7 years ago
Hey,
The file amazon-level-1-scored-v1-0-0.yaml looks for the text 'ntp:ntp' in the file /etc/sysconfig/ntpd. If this text is placed in that file it will cause ntpd to not start by default.
For example this will break ntp on restart if placed in /etc/sysconfig/ntpd: OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g"
This text is already found in the init script for ntp in /etc/init.d/ntpd: daemon $prog -u ntp:ntp -p /var/run/ntpd.pid $OPTIONS
Perfect, thanks for the fix!
Replaced incorrect text.