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

config CHRONY
	bool             
	prompt "Chrony (Alternative NTP Synchronisation Daemon)"             
	default n
	select READLINE
	help
	  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