mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 12:05:07 -05:00
sys: add null driver
Add a new clock driver that doesn't actually try to adjust the clock. It allows chronyd to run without the capability to adjust/set the system clock, e.g. in some containers. It can be enabled by the -x option.
This commit is contained in:
@@ -151,6 +151,13 @@ support this option.
|
||||
This option will lock *chronyd* into RAM so that it will never be paged out.
|
||||
This mode is only supported on Linux.
|
||||
|
||||
*-x*::
|
||||
This option disables the control of the system clock. *chronyd* will not make
|
||||
any adjustments of the clock, but it will still track its offset and frequency
|
||||
relative to the estimated true time, and be able to operate as an NTP server.
|
||||
This allows *chronyd* to run without the capability to adjust or set the system
|
||||
clock (e.g. in some containers).
|
||||
|
||||
*-v*::
|
||||
With this option *chronyd* will print version number to the terminal and exit.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user