Ignore:
Timestamp:
10/26/2014 06:08:49 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
da3d42d
Parents:
d5169f16
Message:

Conversion, Additions and Updates to system utilities section, completing general section entirely.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/at-systemd.xml

    rd5169f16 r52e5650b  
    107107            --with-daemon_username=atd        \
    108108            --with-daemon_groupname=atd       \
    109             SENDMAIL=/usr/sbin/sendmail       &amp;&amp;
     109            SENDMAIL=/usr/sbin/sendmail       \
     110            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    110111make -j1</userinput></screen>
    111112
     
    139140
    140141    <sect3  id="at-init">
    141       <title>Boot Script</title>
    142 
    143       <para>Install the <filename>/etc/init.d/atd</filename> init script from
    144       the <xref linkend="bootscripts"/> package.</para>
     142      <title>Systemd Units</title>
     143
     144      <para>
     145        To start the <command>atd</command> daemon at boot,
     146        enable the previously installed systemd unit by
     147        running the following command as the
     148        <systemitem class="username">root</systemitem> user:
     149      </para>
    145150
    146151      <indexterm zone="at at-init">
     
    148153      </indexterm>
    149154
    150 <screen role="root"><userinput>make install-atd</userinput></screen>
     155<screen role="root"><userinput>systemctl enable atd</userinput></screen>
    151156
    152157    </sect3>
Note: See TracChangeset for help on using the changeset viewer.