Ignore:
Timestamp:
06/06/2016 04:26:43 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a6ccf19
Parents:
22f9c48
Message:

[Systemd merge] - general/sysutils part 1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17452 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/at.xml

    r22f9c48 rd5497a2e  
    110110    commands:</para>
    111111
    112     <screen><userinput>./configure --with-daemon_username=atd        \
     112    <screen revision="sysv"><userinput>./configure --with-daemon_username=atd        \
    113113            --with-daemon_groupname=atd       \
    114114            SENDMAIL=/usr/sbin/sendmail       &amp;&amp;
    115115
    116116make</userinput></screen>
     117
     118    <screen revision="systemd"><userinput>./configure --with-daemon_username=atd        \
     119            --with-daemon_groupname=atd       \
     120            SENDMAIL=/usr/sbin/sendmail       \
     121            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
     122
     123make -j1</userinput></screen>
    117124
    118125    <para>This package does not come with a test suite.</para>
     
    147154
    148155    <sect3  id="at-init">
    149       <title>Boot Script</title>
    150 
    151       <para>Install the <filename>/etc/init.d/atd</filename> init script from
    152       the <xref linkend="bootscripts" revision="sysv"/>
    153       <xref linkend="systemd-units" revision="systemd"/> package.</para>
     156      <title><phrase revision="sysv">Boot Script</phrase>
     157             <phrase revision="systemd">Systemd Unit</phrase></title>
     158
     159      <para revision="sysv">Install the <filename>/etc/init.d/atd</filename>
     160      init script from the <xref linkend="bootscripts"/> package.</para>
     161
     162      <para revision="systemd">
     163        To start the <command>atd</command> daemon at boot,
     164        enable the previously installed systemd unit by
     165        running the following command as the
     166        <systemitem class="username">root</systemitem> user:
     167      </para>
    154168
    155169      <indexterm zone="at at-init">
     
    157171      </indexterm>
    158172
    159 <screen role="root"><userinput>make install-atd</userinput></screen>
     173<screen role="root" revision="sysv"><userinput>make install-atd</userinput></screen>
     174
     175<screen role="root" revision="systemd"><userinput>systemctl enable atd</userinput></screen>
    160176
    161177    </sect3>
Note: See TracChangeset for help on using the changeset viewer.