]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/user-system-options.xml
man: don't claim systemd-analyze was documented as part of the man-pages project
[thirdparty/systemd.git] / man / user-system-options.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
5 <!--
6 SPDX-License-Identifier: LGPL-2.1+
7
8 This file is part of systemd.
9
10 Copyright 2014 Zbigniew Jędrzejewski-Szmek
11 Copyright 2014 Lennart Poettering
12 -->
13
14 <variablelist>
15 <varlistentry id='user'>
16 <term><option>--user</option></term>
17
18 <listitem id='user-text'>
19 <para>Talk to the service manager of the calling user,
20 rather than the service manager of the system.</para>
21 </listitem>
22 </varlistentry>
23
24 <varlistentry id='system'>
25 <term><option>--system</option></term>
26
27 <listitem id='system-text'>
28 <para>Talk to the service manager of the system. This is the
29 implied default.</para>
30 </listitem>
31 </varlistentry>
32
33 <varlistentry id='host'>
34 <term><option>-H</option></term>
35 <term><option>--host=</option></term>
36
37 <listitem id='host-text'>
38 <para>Execute the operation remotely. Specify a hostname, or a
39 username and hostname separated by <literal>@</literal>, to
40 connect to. The hostname may optionally be suffixed by a
41 container name, separated by <literal>:</literal>, which
42 connects directly to a specific container on the specified
43 host. This will use SSH to talk to the remote machine manager
44 instance. Container names may be enumerated with
45 <command>machinectl -H
46 <replaceable>HOST</replaceable></command>.</para>
47 </listitem>
48 </varlistentry>
49
50 <varlistentry id='machine'>
51 <term><option>-M</option></term>
52 <term><option>--machine=</option></term>
53
54 <listitem id='machine-text'>
55 <para>Execute operation on a local container. Specify a
56 container name to connect to.</para>
57 </listitem>
58 </varlistentry>
59 </variablelist>