Ignore:
Timestamp:
07/20/2014 12:26:55 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
47e9f6b0
Parents:
4da2d9f
Message:

Begin merging Christophers work into systemd branch part 3.

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

File:
1 moved

Legend:

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

    r4da2d9f r459c449  
    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 Unit</title>
     143
     144      <para>To start the <command>atd</command> daemon at boot,
     145      enable the previously installed systemd unit by running
     146      the following command as the
     147      <systemitem class="username">root</systemitem> user:</para>
    145148
    146149      <indexterm zone="at at-init">
     
    148151      </indexterm>
    149152
    150 <screen role="root"><userinput>make install-atd</userinput></screen>
     153<screen role="root"><userinput>systemctl enable atd</userinput></screen>
    151154
    152155    </sect3>
Note: See TracChangeset for help on using the changeset viewer.