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

    r22f9c48 rd5497a2e  
    138138    </para>
    139139
    140 <screen><userinput>./configure --prefix=/usr         \
     140<screen revision="sysv"><userinput>./configure --prefix=/usr         \
    141141            --sysconfdir=/etc     \
    142142            --localstatedir=/var  \
     
    145145make</userinput></screen>
    146146
     147<screen revision="systemd"><userinput>./configure --prefix=/usr         \
     148            --sysconfdir=/etc     \
     149            --localstatedir=/var  \
     150            --enable-library      &amp;&amp;
     151make</userinput></screen>
     152
    147153    <para>
    148154      To test the results, issue: <userinput>make check</userinput>.
     
    184190    </para>
    185191
    186     <para>
     192    <para revision="sysv">
    187193      <parameter>--disable-systemd</parameter>: This switch is needed because
    188194      <application>systemd</application> is not part of LFS/BLFS. If you are
     
    237243
    238244    <sect3  id="bluez-init">
    239       <title>Boot Script</title>
    240 
    241       <para>
     245      <title><phrase revision="sysv">Boot Script</phrase>
     246             <phrase revision="systemd">Systemd Socket</phrase></title>
     247
     248      <para revision="sysv">
    242249        To automatically start the <command>bluetoothd</command> daemon when the
    243250        system is rebooted, install the
    244251        <filename>/etc/rc.d/init.d/bluetooth</filename> bootscript from the
    245         <xref linkend="bootscripts" revision="sysv"/>
    246         <xref linkend="systemd-units" revision="systemd"/> package.
     252        <xref linkend="bootscripts"/> package.
     253      </para>
     254
     255      <para revision="systemd">
     256        To start the <command>bluetoothd</command> daemon at boot,
     257        enable the previously installed systemd unit by
     258        running the following command as the
     259        <systemitem class="username">root</systemitem> user:
    247260      </para>
    248261
     
    251264      </indexterm>
    252265
    253 <screen role="root"><userinput>make install-bluetooth</userinput></screen>
     266<screen role="root" revision="sysv"><userinput>make install-bluetooth</userinput></screen>
     267
     268<screen role="root" revision="systemd"><userinput>systemctl enable bluetooth</userinput></screen>
     269
     270      <note revision="systemd">
     271        <para>
     272          <application>Systemd</application> will start the Bluetooth daemon
     273          only when a bluetooth device is detected on the system.
     274        </para>
     275      </note>
    254276
    255277    </sect3>
Note: See TracChangeset for help on using the changeset viewer.