doc: improve chronyd man page
This commit is contained in:
parent
02c38934ea
commit
983b0723f6
1 changed files with 6 additions and 8 deletions
|
@ -55,7 +55,7 @@ IPv6 sockets will be created.
|
||||||
|
|
||||||
*-f* _file_::
|
*-f* _file_::
|
||||||
This option can be used to specify an alternate location for the configuration
|
This option can be used to specify an alternate location for the configuration
|
||||||
file. The default value is _@SYSCONFDIR@/chrony.conf_.
|
file. The compiled-in default value is _@SYSCONFDIR@/chrony.conf_.
|
||||||
|
|
||||||
*-n*::
|
*-n*::
|
||||||
When run in this mode, the program will not detach itself from the terminal.
|
When run in this mode, the program will not detach itself from the terminal.
|
||||||
|
@ -137,7 +137,7 @@ running, but still allow it to adjust the frequency of the system clock.
|
||||||
*-u* _user_::
|
*-u* _user_::
|
||||||
This option sets the name of the system user to which *chronyd* will switch
|
This option sets the name of the system user to which *chronyd* will switch
|
||||||
after start in order to drop root privileges. It overrides the
|
after start in order to drop root privileges. It overrides the
|
||||||
<<chrony.conf.adoc#user,*user*>> directive. The default value is
|
<<chrony.conf.adoc#user,*user*>> directive. The compiled-in default value is
|
||||||
_@DEFAULT_USER@_.
|
_@DEFAULT_USER@_.
|
||||||
+
|
+
|
||||||
On Linux, *chronyd* needs to be compiled with support for the *libcap* library.
|
On Linux, *chronyd* needs to be compiled with support for the *libcap* library.
|
||||||
|
@ -162,10 +162,10 @@ process is killed when a forbidden system call is made, in level -1 the SIGSYS
|
||||||
signal is thrown instead and in level 0 the filter is disabled. The default
|
signal is thrown instead and in level 0 the filter is disabled. The default
|
||||||
value is 0.
|
value is 0.
|
||||||
+
|
+
|
||||||
It's recommended to enable the filter only when it's known to work on the
|
It is recommended to enable the filter only when it is known to work on the
|
||||||
version of the system where *chrony* is installed as the filter needs to allow
|
version of the system where *chrony* is installed as the filter needs to allow
|
||||||
also system calls made from libraries that *chronyd* is using (e.g. libc) and
|
also system calls made from libraries that *chronyd* is using (e.g. libc) and
|
||||||
different versions or implementations of the libraries may make different
|
different versions or implementations of the libraries might make different
|
||||||
system calls. If the filter is missing some system call, *chronyd* could be
|
system calls. If the filter is missing some system call, *chronyd* could be
|
||||||
killed even in normal operation.
|
killed even in normal operation.
|
||||||
|
|
||||||
|
@ -184,10 +184,8 @@ This mode is only supported on Linux.
|
||||||
This option disables the control of the system clock. *chronyd* will not try to
|
This option disables the control of the system clock. *chronyd* will not try to
|
||||||
make any adjustments of the clock. It will assume the clock is free running and
|
make any adjustments of the clock. It will assume the clock is free running and
|
||||||
still track its offset and frequency relative to the estimated true time. This
|
still track its offset and frequency relative to the estimated true time. This
|
||||||
option allows *chronyd* to run without the capability to adjust or set the
|
option allows *chronyd* to be started without the capability to adjust or set
|
||||||
system clock (e.g. in some containers) in order to operate as an NTP server. It
|
the system clock (e.g. in some containers) to operate as an NTP server.
|
||||||
is not recommended to run *chronyd* (with or without *-x*) when another process
|
|
||||||
is controlling the system clock.
|
|
||||||
|
|
||||||
*-v*::
|
*-v*::
|
||||||
With this option *chronyd* will print version number to the terminal and exit.
|
With this option *chronyd* will print version number to the terminal and exit.
|
||||||
|
|
Loading…
Reference in a new issue