Changeset a998e97


Ignore:
Timestamp:
07/12/2014 06:46:26 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
201fca3d
Parents:
c0b5bba
Message:

Added systemd notes to acpid at autofs bluez colord and dbus pages

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/acpid.xml

    rc0b5bba ra998e97  
    156156<screen role="root"><userinput>make install-acpid</userinput></screen>
    157157
     158    </sect3>
     159
     160    <sect3  id="acpid-init-systemd">
     161      <title>Systemd Unit File</title>
     162
     163      <para>
     164        Instead of using the classic boot script, systemd-units package provides a native unit file.
     165        To install and enable systemd unit for this package, install the systemd unit from the.
     166        <xref linkend="systemd-units"/> package as the <systemitem class="username">root</systemitem> user:
     167      </para>
     168
     169      <indexterm zone="acpid acpid-init-systemd">
     170        <primary sortas="f-acpid">acpid</primary>
     171      </indexterm>
     172
     173<screen role="root"><userinput>make install-acpid</userinput></screen>
     174
     175    <note>
     176    <para>
     177      This package uses socket based activation and will be started when something needs it.
     178      No standalone unit file like for sshd is provided for this package.
     179    </para>
     180    </note>
    158181    </sect3>
    159182
  • general/sysutils/at.xml

    rc0b5bba ra998e97  
    152152    </sect3>
    153153
     154    <sect3  id="at-init-systemd">
     155      <title>Systemd Unit File</title>
     156
     157      <para>This package provides systemd unit in the source tarball.
     158        To install it, add --with-systemdsystemunitdir=/lib/systemd/system to the configure line.
     159        To enable it, issue the following command as the
     160        <systemitem class="username">root</systemitem> user:
     161      </para>
     162
     163      <indexterm zone="at at-init-systemd">
     164        <primary sortas="f-at">at</primary>
     165      </indexterm>
     166
     167<screen role="root"><userinput>systemctl enable atd</userinput></screen>
     168
     169    </sect3>
     170
    154171  </sect2>
    155172
  • general/sysutils/autofs.xml

    rc0b5bba ra998e97  
    274274    </sect3>
    275275
     276    <sect3  id="autofs-init-systemd">
     277      <title>Systemd Unit File</title>
     278
     279      <para> This package provides a systemd unit file in the source tarball. To install it,
     280       add --with-systemd to the configure line.</para>
     281
     282      <para>To enable it, issue as the <systemitem class="username">root</systemitem> user:</para>
     283
     284      <indexterm zone="autofs autofs-init">
     285        <primary sortas="f-autofs-init">autofs</primary>
     286      </indexterm>
     287
     288<screen role="root"><userinput>systemctl enable autofs</userinput></screen>
     289
     290      <note>
     291      <para>
     292       You can also specify $OPTIONS variable in /etc/sysconfig/autofs with
     293       any additional parameters that you might want to pass to the
     294       automount daemon.
     295      </para>
     296      </note>
     297   </sect3>
     298
    276299  </sect2>
    277300
  • general/sysutils/bluez.xml

    rc0b5bba ra998e97  
    255255
    256256    </sect3>
     257
     258    <sect3  id="bluez-init-systemd">
     259      <title>Systemd Unit File</title>
     260
     261      <para>
     262        This package will automatically install the systemd unit file if systemd is detected.
     263        To enable it, issue the following command as the
     264        <systemitem class="username">root</systemitem> user:
     265      </para>
     266
     267      <indexterm zone="bluez bluez-init-systemd">
     268        <primary sortas="f-bluetooth">bluetooth</primary>
     269      </indexterm>
     270
     271<screen role="root">
     272<userinput>
     273systemctl enable bluetooth
     274</userinput></screen>
     275
     276      <note>
     277      <para>
     278        The bluetooth daemon will only start when a bluetooth device has been detected on the system.
     279      </para>
     280      </note>
     281
     282    </sect3>
     283
    257284
    258285  </sect2>
  • general/sysutils/colord.xml

    rc0b5bba ra998e97  
    228228    version of the FHS used before LFS-7.5.</para>
    229229
    230   </sect2>
     230    <sect3 role="commands">
     231    <title>Systemd Unit File</title>
     232    <note>
     233    <para>
     234     This package will link against systemd libraries to utilize logind support,
     235     but it is disabled by default. Remove the "--disable-systemd-login"
     236     switch from the configure line.
     237    </para>
     238    </note> 
     239 </sect3>
     240 </sect2>
    231241
    232242  <sect2 role="content">
  • general/sysutils/dbus.xml

    rc0b5bba ra998e97  
    388388    </sect3>
    389389
     390    <sect3  id="dbus-init-systemd">
     391      <title>Systemd Unit File</title>
     392
     393      <para>
     394       Systemd users don't need to install this package since it has already been
     395       installed as part of LFS.
     396
     397       But some packages might require "dbus-launch" utility to be built with X11 support.
     398       To build "dbus-launch" utility with X11 support, Xorg Libraries
     399       must be installed first, then D-Bus needs to be reconfigured and built
     400       using the same instructions as in LFS issue the following commands:
     401      </para>
     402
     403      <indexterm zone="dbus dbus-init-systemd">
     404        <primary sortas="f-dbus">dbus</primary>
     405      </indexterm>
     406
     407<screen role="root">
     408<userinput>
     409
     410./configure --prefix=/usr                      \
     411            --sysconfdir=/etc                  \
     412            --localstatedir=/var               \
     413            --docdir=/usr/share/doc/dbus-1.8.0 \
     414            --with-console-auth-dir=/run/console/ &amp;&amp;
     415make
     416
     417</userinput></screen>
     418
     419      <para>
     420       And then just install the "dbus-launch" utility as the
     421       <systemitem class="username">root</systemitem> user:
     422      </para>
     423
     424<screen role="root">
     425<userinput>
     426install -m755 tools/dbus-launch /usr/bin
     427</userinput></screen>
     428
     429      <para>
     430        If you had xmlto installed during the build, you can also install manual pages
     431        which were not installed in LFS. Issue the following command as the
     432       <systemitem class="username">root</systemitem> user:
     433      </para>
     434
     435<screen role="root">
     436<userinput>
     437
     438make -C doc install-man                                       
     439
     440</userinput></screen>
     441    </sect3>
     442
    390443  </sect2>
    391444
  • introduction/welcome/changelog.xml

    rc0b5bba ra998e97  
    7474        <listitem>
    7575          <para>[cjg] - Added systemd notes to stunnel page.</para>
     76        </listitem>
     77         <listitem>
     78          <para>[cjg] - Added systemd notes to acpid page.</para>
     79        </listitem>
     80         <listitem>
     81          <para>[cjg] - Added systemd notes to at page.</para>
     82        </listitem>
     83         <listitem>
     84          <para>[cjg] - Added systemd notes to autofs page.</para>
     85        </listitem>
     86         <listitem>
     87          <para>[cjg] - Added systemd notes to bluez page.</para>
     88        </listitem>
     89         <listitem>
     90          <para>[cjg] - Added systemd notes to dbus page.</para>
    7691        </listitem>
    7792      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.