Fix incorrect path of chrony.conf.
It should be '/etc/chrony.conf' not '/etc/chrony/chrony.conf'. Change-Id: I58baa4f00acf3d362785e9b005c93af35d98363f Closes-Bug: #1717779
This commit is contained in:
parent
ac3583868d
commit
24276273c4
@ -35,7 +35,7 @@ Install and configure components
|
||||
|
||||
.. end
|
||||
|
||||
2. Edit the ``/etc/chrony/chrony.conf`` file and add, change, or remove
|
||||
2. Edit the ``/etc/chrony.conf`` file and add, change, or remove
|
||||
these keys as necessary for your environment:
|
||||
|
||||
.. code-block:: shell
|
||||
@ -55,7 +55,7 @@ Install and configure components
|
||||
servers such as those provided by your organization.
|
||||
|
||||
3. To enable other nodes to connect to the chrony daemon on the
|
||||
controller node, add this key to the ``/etc/chrony/chrony.conf``
|
||||
controller node, add this key to the ``/etc/chrony.conf``
|
||||
file:
|
||||
|
||||
.. code-block:: shell
|
||||
|
@ -34,10 +34,10 @@ Install and configure components
|
||||
|
||||
.. end
|
||||
|
||||
2. Edit the ``/etc/chrony/chrony.conf`` file and comment out or remove all
|
||||
2. Edit the ``/etc/chrony.conf`` file and comment out or remove all
|
||||
but one ``server`` key. Change it to reference the controller node:
|
||||
|
||||
.. path /etc/chrony/chrony.conf
|
||||
.. path /etc/chrony.conf
|
||||
.. code-block:: shell
|
||||
|
||||
server controller iburst
|
||||
|
Loading…
Reference in New Issue
Block a user