mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3978 from stsydow/patch-2
chrony: set rtcsync option to avoid UNSYNC state
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=chrony
|
PKG_NAME:=chrony
|
||||||
PKG_VERSION:=3.1
|
PKG_VERSION:=3.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
|
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
|
||||||
|
|||||||
@@ -5,3 +5,6 @@ logchange 0.5
|
|||||||
|
|
||||||
# Don't log client accesses
|
# Don't log client accesses
|
||||||
noclientlog
|
noclientlog
|
||||||
|
|
||||||
|
# set the system clock else the kernel will always stay in UNSYNC state
|
||||||
|
rtcsync
|
||||||
|
|||||||
Reference in New Issue
Block a user