Ignore:
Timestamp:
07/20/2014 02:21:04 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
3452097f
Parents:
932240d
Message:

More systemd integration merged from Christopher's branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13503 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • networking/netprogs/ntp-systemd.xml

    r932240d r0da88ea3  
    181181      and update the time each time <command>ntpd</command> is scheduled.</para>
    182182
    183       <para>If you choose Option one, then install the
    184       <filename>/etc/rc.d/init.d/ntp</filename>
    185       init script included in the
    186       <xref linkend="bootscripts"/> package.</para>
     183      <para>
     184        To start the <command>ntpd</command> daemon at boot,
     185        install the systemd unit from the <xref linkend="bootscripts"/>
     186        package by running the following command as the
     187        <systemitem class="username">root</systemitem> user:
     188      </para>
    187189
    188190      <indexterm zone="ntp ntp-init">
     
    197199
    198200<screen><literal>ntpd -q</literal></screen>
    199 
    200       <para>Execute the following command if you would like to set the
    201       hardware clock to the current system time at shutdown and reboot:</para>
    202 
    203 <screen role="root"><userinput>ln -v -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
    204 ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
    205 
    206       <para>The other way around is already set up by LFS.</para>
    207201
    208202    </sect3>
Note: See TracChangeset for help on using the changeset viewer.