Ignore:
Timestamp:
04/07/2018 08:48:03 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5581e6ee
Parents:
9287960
Message:

Update to tripwire-2.4.3.7.
Update to unrar-5.6.2.
Update to libidn-1.34.
Update to fuse-3.2.2.
Start obexd on bluez page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    r9287960 r1dd1887  
    257257    <sect3  id="bluez-init">
    258258      <title><phrase revision="sysv">Boot Script</phrase>
    259              <phrase revision="systemd">Systemd Socket</phrase></title>
     259             <phrase revision="systemd">Systemd Bluez Services</phrase></title>
    260260
    261261      <para revision="sysv">
     
    273273      </para>
    274274
     275<screen role="root" revision="systemd"><userinput>systemctl enable bluetooth</userinput></screen>
     276
     277      <para revision="systemd">
     278         To start the <command>obexd</command> daemon for a user session (to
     279         support some Bluetooth programs using it), enable the previously
     280         installed systemd unit for all users by running the following command
     281         as the <systemitem class="username">root</systemitem> user:
     282       </para>
     283
     284<screen role="root" revision="systemd"><userinput>systemctl enable --global obex</userinput></screen>
     285       
    275286      <indexterm zone="bluez bluez-init">
    276287        <primary sortas="f-bluetooth">bluetooth</primary>
     
    279290<screen role="root" revision="sysv"><userinput>make install-bluetooth</userinput></screen>
    280291
    281 <screen role="root" revision="systemd"><userinput>systemctl enable bluetooth</userinput></screen>
    282292
    283293      <note revision="systemd">
Note: See TracChangeset for help on using the changeset viewer.