Comment 1 for bug 1523523

Revision history for this message
Dennis Dmitriev (ddmitriev) wrote :

Systemd-based operation systems have a different approach to manage system services.

Previously, the script to manage ntpd service was located in this way:

find /etc/init.d/ -regex '/etc/init.d/ntp.?'

For systemd, we should use 'systemctl start/stop ntpd'.