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/acpid.xml

    r22f9c48 rd5497a2e  
    145145
    146146    <sect3  id="acpid-init">
    147       <title>Boot Script</title>
    148 
    149       <para>
     147      <title><phrase revision="sysv">Boot Script</phrase>
     148             <phrase revision="systemd">Systemd Socket</phrase></title>
     149
     150      <para revision="sysv">
    150151        To automatically start <command>acpid</command> when the system is
    151152        rebooted, install the <filename>/etc/rc.d/init.d/acpid</filename>
    152         boot script from the <xref linkend="bootscripts" revision="sysv"/>
    153         <xref linkend="systemd-units" revision="systemd"/> package.
     153        boot script from the <xref linkend="bootscripts"/> package.
     154      </para>
     155
     156      <para revision="systemd">
     157        To start the <command>acpid</command> daemon at boot,
     158        install the systemd unit from the <xref linkend="systemd-units"/>
     159        package by running the following command as the
     160        <systemitem class="username">root</systemitem> user:
    154161      </para>
    155162
     
    159166
    160167<screen role="root"><userinput>make install-acpid</userinput></screen>
     168
     169      <note revision="systemd">
     170        <para>
     171          This package uses socket based activation and will be started when
     172          something needs it. No standalone unit file is provided for this
     173          package.
     174        </para>
     175      </note>
    161176
    162177    </sect3>
Note: See TracChangeset for help on using the changeset viewer.