ntp rebuild

This commit is contained in:
Rmys
2022-07-31 15:32:01 +03:00
parent ecc92e244c
commit 742196abcd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)