Reading file '/usr/lib/systemd/ntp-units.d/80-systemd-timesync.list'
Failed to add NTP service "# This file is part of systemd.", ignoring: Invalid argument
Failed to add NTP service "# See systemd-timedated.service(8) for more information.", ignoring: Invalid argument
:(
(cherry picked from commit
03a81441b1a490f8fc2a19aeb9b23299657c380c)
break;
word = strstrip(line);
- if (isempty(word) || startswith("#", word))
+ if (isempty(word) || startswith(word, "#"))
continue;
r = context_add_ntp_service(c, word, *f);