summaryrefslogtreecommitdiffstats
path: root/rules/chrony.in
blob: 5d356f1ab382ea009c977480bca0000e762a4bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
menu "Chrony              "

config CHRONY
	bool             
	select READLINE
	prompt "Chrony (Alternative NTP Synchronisation Daemon)"             
	help
	  FIXME: remove READLINE select when 1.21 works again.

	  This will install the Chrony NTPD Daemon (chronyd)
	  Chrony is a pair of programs which are used to maintain 
	  the accuracy of the system clock on a computer. The two 
	  programs are called  chronyd  and  chronyc .

	  Chronyd is a background (daemon) program, which can be 
	  started at boot time, Chronyc provides a user interface 
	  to chronyd for monitoring its performance and configuring 
	  various settings. 

	  See http://chrony.sunsite.dk/ for details

endmenu