ntpd: make a note

This commit is contained in:
Franco Fichtner 2023-03-29 20:00:18 +02:00
parent 637bc31161
commit 4bc36a4860

View File

@ -50,6 +50,7 @@ function ntpd_services()
$pconfig['description'] = gettext('Network Time Daemon');
$pconfig['php']['restart'] = array('ntpd_configure_do');
$pconfig['php']['start'] = array('ntpd_configure_do');
/* the pidfile for ntpd is unreliable - DO NOT USE IT */
if (!empty($config['ntpd']['clientmode'])) {
$pconfig['nocheck'] = true;