chiark / gitweb /
Prep v239: Unmask cg_weight_parse()
[elogind.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
9 <variablelist>
10   <!-- 0 /// With elogind there is no calling user systemd instance.
11   <varlistentry id='user'>
12     <term><option>&#x2D;&#x2D;user</option></term>
13
14     <listitem id='user-text'>
15       <para>Talk to the service manager of the calling user,
16       rather than the service manager of the system.</para>
17     </listitem>
18   </varlistentry>
19
20   <varlistentry id='system'>
21     <term><option>&#x2D;&#x2D;system</option></term>
22
23     <listitem id='system-text'>
24       <para>Talk to the service manager of the system. This is the
25       implied default.</para>
26     </listitem>
27   </varlistentry>
28   // 0 -->
29
30   <varlistentry id='host'>
31     <term><option>-H</option></term>
32     <term><option>--host=</option></term>
33
34     <listitem id='host-text'>
35       <para>Execute the operation remotely. Specify a hostname, or a
36       username and hostname separated by <literal>@</literal>, to
37       connect to. The hostname may optionally be suffixed by a
38       container name, separated by <literal>:</literal>, which
39       connects directly to a specific container on the specified
40       host. This will use SSH to talk to the remote machine manager
41       instance. Container names may be enumerated with
42       <command>machinectl -H
43       <replaceable>HOST</replaceable></command>.</para>
44     </listitem>
45   </varlistentry>
46
47   <varlistentry id='machine'>
48     <term><option>-M</option></term>
49     <term><option>--machine=</option></term>
50
51     <listitem id='machine-text'>
52       <para>Execute operation on a local container. Specify a
53       container name to connect to.</para>
54     </listitem>
55   </varlistentry>
56 </variablelist>