Changeset 0be21a89


Ignore:
Timestamp:
07/22/2014 04:20:35 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
993736bd
Parents:
fac776b
Message:

Completed accountsservice page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/platform/accountsservice.xml

    rfac776b r0be21a89  
    107107<screen><userinput>./configure --prefix=/usr            \
    108108            --sysconfdir=/etc        \
    109             --with-systemdsystemunitdir=/lib/systemd/system     \
     109            --localstatedir=/var    \
    110110            --enable-admin-group=adm \
    111111            --disable-static         \
    112             --enable-systemd         \
    113             --libexecdir=/usr/lib/accountsservice &amp;&amp;
     112            --enable-systemd &amp;&amp;
    114113make</userinput></screen>
    115114
     
    144143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145144      href="../../xincludes/gtk-doc-rebuild.xml"/>
     145
     146  </sect2>
     147
     148 <sect2 role="configuration">
     149    <title>Configuring accountsservice</title>
     150
     151    <sect3  id="accountsservice-init">
     152      <title>Systemd Units</title>
     153
     154      <para>
     155        To start the <command>accounts-daemon</command> daemon at boot,
     156        enable the previously installed systemd unit by
     157        running the following command as the
     158        <systemitem class="username">root</systemitem> user:
     159      </para>
     160
     161      <indexterm zone="accountsservice accountsservice-init">
     162        <primary sortas="f-accountsservice">AccountsService</primary>
     163      </indexterm>
     164
     165<screen role="root"><userinput>systemctl enable accounts-daemon</userinput></screen>
     166
     167    </sect3>
    146168
    147169  </sect2>
Note: See TracChangeset for help on using the changeset viewer.