diff --git a/server/ntp/comar/ntpd-service.py b/server/ntp/comar/ntpd-service.py index 9eac7f0ad5..8ad77f3c4b 100644 --- a/server/ntp/comar/ntpd-service.py +++ b/server/ntp/comar/ntpd-service.py @@ -13,7 +13,7 @@ PIDFILE = "/run/ntpd.pid" @synchronized def start(): startService(command="/usr/sbin/ntpd", - args=config.get("OPTIONS", "-x -u ntp:ntp -p %s " % PIDFILE), + args=config.get("OPTIONS", "-x -g -u ntp:ntp -p %s " % PIDFILE), donotify=True) @synchronized diff --git a/server/ntp/comar/ntpdate-service.py b/server/ntp/comar/ntpdate-service.py index 0e88142797..7a62c99cb9 100644 --- a/server/ntp/comar/ntpdate-service.py +++ b/server/ntp/comar/ntpdate-service.py @@ -52,7 +52,7 @@ def start(): # Eventhough the ntpdate is a oneshot process, the pidfile hack is used to # work around COMAR's silly status() check in startService() startService(command="/usr/sbin/ntpdate", - args="%s %s" % (config.get("OPTIONS", "-q -n -g -u ntp:ntp -s -b"), tickers), + args="%s %s" % (config.get("OPTIONS", "-q -n -g -u ntp -s -b"), tickers), makepid=True, pidfile=PIDFILE, donotify=True) diff --git a/server/ntp/pspec.xml b/server/ntp/pspec.xml index 63b099e4c0..c74d7b5855 100644 --- a/server/ntp/pspec.xml +++ b/server/ntp/pspec.xml @@ -128,7 +128,7 @@ - 2022-07-30 + 2022-07-31 4.2.8_p15 Rebuild. Mustafa Cinasal