Changeset e2fbdae


Ignore:
Timestamp:
07/26/2014 03:27:35 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
49a9e0e9
Parents:
de81542
Message:

Mention systemd-timesyncd on Setting the system clock page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10655 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/clock.xml

    rde81542 re2fbdae  
    7373  be used only on a system booted with systemd.</para></note>
    7474
     75  <sect2>
     76    <title>Network Time Synchronization</title>
     77
     78    <para>Starting with version 214, systemd ships a daemon called
     79    <command>systemd-timesyncd</command> which can be used to
     80    synchronize the system time with remote NTP servers.</para>
     81
     82    <para>The daemon is not intended as a replacement for the well
     83    established NTP daemon, but as a client only implementation
     84    of the SNTP protocol which can be used for less advanced
     85    tasks and on a resource limited systems.</para>
     86
     87    <para>To enable the <command>systemd-timesyncd</command> daemon,
     88    issue the following command:</para>
     89
     90<screen role="nodump"><userinput>systemctl enable systemd-timesyncd</userinput></screen>
     91
     92    <para>The <filename>/etc/systemd/timesyncd.conf</filename> file
     93    can be used to change the NTP servers that
     94    <command>systemd-timesyncd</command> synchronizes with.</para>
     95
     96  </sect2>
     97
    7598</sect1>
Note: See TracChangeset for help on using the changeset viewer.