source: general/sysutils/accountsservice.xml@ 0c77adcb

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since 0c77adcb was 0c77adcb, checked in by Pierre Labastie <pieere@…>, 4 years ago

Remove installation of bootscript for AccountsServices (SusV)

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

  • Property mode set to 100644
File size: 8.2 KB
RevLine 
[eba70158]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY accountsservice-download-http
[8dfc5c3]8 "https://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
[eba70158]9 <!ENTITY accountsservice-download-ftp " ">
[2adcc63b]10 <!ENTITY accountsservice-md5sum "6e4c6fbd490260cfe17de2e76f5d803a">
11 <!ENTITY accountsservice-size "96 KB">
12 <!ENTITY accountsservice-buildsize "10 MB">
[eba70158]13 <!ENTITY accountsservice-time "0.1 SBU">
14]>
15
[51dfb3e]16<sect1 id="accountsservice" xreflabel="AccountsService-&accountsservice-version;">
[eba70158]17 <?dbhtml filename="accountsservice.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>AccountsService-&accountsservice-version;</title>
25
26 <indexterm zone="accountsservice">
27 <primary sortas="a-AccountsService">AccountsService</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to AccountsService</title>
32
33 <para>
34 The <application>AccountsService</application> package provides a
35 set of <application>D-Bus</application> interfaces for querying
36 and manipulating user account information and an implementation
37 of those interfaces based on the usermod(8), useradd(8) and
38 userdel(8) commands.
39 </para>
40
[ff0b3aa8]41 &lfs10_checked;
[eba70158]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&accountsservice-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&accountsservice-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &accountsservice-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &accountsservice-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &accountsservice-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &accountsservice-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">AccountsService Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
[a20845e7]81 <xref linkend="libgcrypt"/> and
[eba70158]82 <xref linkend="polkit"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/> and
[51dfb3e]88 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
89 <phrase revision="systemd"><xref linkend="systemd"/></phrase>
[eba70158]90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
[a20845e7]94 <xref linkend="gtk-doc"/> and
[eba70158]95 <xref linkend="xmlto"/>
[a20845e7]96 <!-- I did not have gtk-doc installed this time, and it worked fine. -->
[eba70158]97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/accountsservice"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of AccountsService</title>
106
107 <para>
108 Install <application>AccountsService</application> by running the following
109 commands:
110 </para>
111
[51dfb3e]112<screen revision="sysv"><userinput>mkdir build &amp;&amp;
[1575ce1]113cd build &amp;&amp;
114
[51dfb3e]115meson --prefix=/usr \
116 -Dadmin_group=adm \
117 -Delogind=true \
118 -Dsystemdsystemunitdir=no \
119 .. &amp;&amp;
120ninja</userinput></screen>
121
122<screen revision="systemd"><userinput>mkdir build &amp;&amp;
123cd build &amp;&amp;
124
125meson --prefix=/usr \
126 -Dadmin_group=adm \
127 -Dsystemd=true \
[a20845e7]128 .. &amp;&amp;
129ninja</userinput></screen>
[eba70158]130
131 <para>
132 This package does not come with a test suite.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
[a20845e7]139<screen role="root"><userinput>ninja install</userinput></screen>
[eba70158]140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para>
[a20845e7]147 <parameter>-Dadmin_group=adm</parameter>: This switch sets
[eba70158]148 the group for administrator accounts.
149 </para>
150
[9a363500]151 <para>
[a20845e7]152 <option>-Ddocbook=true</option>: This switch enables building
[9a363500]153 the D-Bus interface API documentation.
154 </para>
[a20845e7]155<!--
[eba70158]156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/static-libraries.xml"/>
158
159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
160 href="../../xincludes/gtk-doc-rebuild.xml"/>
[a20845e7]161-->
[eba70158]162 </sect2>
163
164 <sect2 role="configuration">
165 <title>Configuring AccountsService</title>
166
[4045ec3d]167 <para>
168 To allow users in the adm group to be listed as Administrators,
169 execute the following commands as the
170 <systemitem class="username">root</systemitem> user:
171 </para>
172
173<screen role="root"><userinput>cat &gt; /etc/polkit-1/rules.d/40-adm.rules &lt;&lt; "EOF"
174<literal>polkit.addAdminRule(function(action, subject) {
175 return ["unix-group:adm"];
176 });</literal>
177EOF</userinput></screen>
178
[0c77adcb]179 <sect3 id="accountsservice-init" revision="systemd">
180<!-- <title><phrase revision="sysv">Boot Script</phrase>
181 <phrase revision="systemd">Systemd Units</phrase></title> -->
182 <title>Systemd Unit</title>
183<!-- Autmatically started by D-Bus when needed
[51dfb3e]184 <para revision="sysv">
[eba70158]185 To start the <command>accounts-daemon</command> daemon at boot,
[51dfb3e]186 install the
187 <filename>/etc/rc.d/init.d/accounts-daemon</filename> init script from
188 the <xref linkend="bootscripts"/> package
189 by running the following command as the
190 <systemitem class="username">root</systemitem> user:
191 </para>
[0c77adcb]192-->
[51dfb3e]193 <para revision="systemd">
194 To start the <command>accounts-daemon</command> daemon at boot,
195 enable the previously installed systemd unit
196 by running the following command as the
[eba70158]197 <systemitem class="username">root</systemitem> user:
198 </para>
199
200 <indexterm zone="accountsservice accountsservice-init">
201 <primary sortas="f-accounts-daemon">accounts-daemon</primary>
202 </indexterm>
203
[51dfb3e]204<screen role="root" revision="sysv"><userinput>make install-accounts-daemon</userinput></screen>
205
206<screen role="root" revision="systemd"><userinput>systemctl enable accounts-daemon</userinput></screen>
[eba70158]207
208 </sect3>
209
210 </sect2>
211
212 <sect2 role="content">
213 <title>Contents</title>
214
215 <segmentedlist>
216 <segtitle>Installed Programs</segtitle>
217 <segtitle>Installed Libraries</segtitle>
218 <segtitle>Installed Directories</segtitle>
219
220 <seglistitem>
221 <seg>
[9a363500]222 accounts-daemon (library executable)
[eba70158]223 </seg>
224 <seg>
225 libaccountsservice.so
226 </seg>
227 <seg>
228 /usr/include/accountsservice-1.0,
[9a363500]229 /usr/share/doc/accountsservice,
[eba70158]230 /usr/share/gtk-doc/html/libaccountsservice, and
231 /var/lib/AccountsService
232 </seg>
233 </seglistitem>
234 </segmentedlist>
235
236 <variablelist>
237 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
238 <?dbfo list-presentation="list"?>
239 <?dbhtml list-presentation="table"?>
240
241 <varlistentry id="accounts-daemon">
242 <term><command>accounts-daemon</command></term>
243 <listitem>
244 <para>
245 is the <application>AccountsService</application> daemon.
246 </para>
247 <indexterm zone="accountsservice accounts-daemon">
248 <primary sortas="b-accounts-daemon">accounts-daemon</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="libaccountsservice">
254 <term><filename class="libraryfile">libaccountsservice.so</filename></term>
255 <listitem>
256 <para>
257 contains the <application>AccountsService</application> API functions.
258 </para>
259 <indexterm zone="accountsservice libaccountsservice">
260 <primary sortas="c-libaccountsservice">libaccountsservice.so</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 </variablelist>
266
267 </sect2>
268
269</sect1>
Note: See TracBrowser for help on using the repository browser.