]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemadm.xml
logind: make sure we create /var/lib/systemd before using it
[thirdparty/systemd.git] / man / systemadm.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 This file is part of systemd.
7
8 Copyright 2010 Lennart Poettering
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22 -->
23
24 <refentry id="systemadm">
25
26 <refentryinfo>
27 <title>systemadm</title>
28 <productname>systemd</productname>
29
30 <authorgroup>
31 <author>
32 <contrib>Developer</contrib>
33 <firstname>Lennart</firstname>
34 <surname>Poettering</surname>
35 <email>lennart@poettering.net</email>
36 </author>
37 </authorgroup>
38 </refentryinfo>
39
40 <refmeta>
41 <refentrytitle>systemadm</refentrytitle>
42 <manvolnum>1</manvolnum>
43 </refmeta>
44
45 <refnamediv>
46 <refname>systemadm</refname>
47 <refpurpose>Graphical frontend for the systemd system
48 and service manager</refpurpose>
49 </refnamediv>
50
51 <refsynopsisdiv>
52 <cmdsynopsis>
53 <command>systemadm <arg choice="opt" rep="repeat">OPTIONS</arg></command>
54 </cmdsynopsis>
55 </refsynopsisdiv>
56
57 <refsect1>
58 <title>Description</title>
59
60 <para><command>systemadm</command> is a graphical
61 frontend for the systemd system and service manager
62 and allows introspection and control of
63 systemd.</para>
64 </refsect1>
65
66 <refsect1>
67 <title>Options</title>
68
69 <para>The following options are understood:</para>
70
71 <variablelist>
72 <varlistentry>
73 <term><option>--h</option></term>
74 <term><option>--help</option></term>
75
76 <listitem><para>Prints a short help
77 text and exits.</para></listitem>
78 </varlistentry>
79
80
81 <varlistentry>
82 <term><option>--system</option></term>
83
84 <listitem><para>Connect to the systemd
85 system
86 manager. (Default)</para></listitem>
87 </varlistentry>
88
89 <varlistentry>
90 <term><option>--user</option></term>
91
92 <listitem><para>Connect to the systemd
93 manager of the calling
94 user.</para></listitem>
95 </varlistentry>
96
97 </variablelist>
98
99 <para>In addition to this a number of parameters
100 common to all Gtk+ programs are supported.</para>
101 </refsect1>
102
103 <refsect1>
104 <title>See Also</title>
105 <para>
106 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
107 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
108 </para>
109 </refsect1>
110
111 </refentry>