]>
Commit | Line | Data |
---|---|---|
88ae7333 ZJS |
1 | <?xml version="1.0"?> |
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | |
12b42c76 | 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
88ae7333 | 4 | |
f48f7543 ZJS |
5 | <!-- |
6 | SPDX-License-Identifier: LGPL-2.1+ | |
f48f7543 ZJS |
7 | --> |
8 | ||
88ae7333 ZJS |
9 | <variablelist> |
10 | <varlistentry id='user'> | |
11 | <term><option>--user</option></term> | |
12 | ||
13 | <listitem id='user-text'> | |
14 | <para>Talk to the service manager of the calling user, | |
15 | rather than the service manager of the system.</para> | |
16 | </listitem> | |
17 | </varlistentry> | |
18 | ||
19 | <varlistentry id='system'> | |
20 | <term><option>--system</option></term> | |
21 | ||
22 | <listitem id='system-text'> | |
23 | <para>Talk to the service manager of the system. This is the | |
24 | implied default.</para> | |
25 | </listitem> | |
26 | </varlistentry> | |
4f50d2ef ZJS |
27 | |
28 | <varlistentry id='host'> | |
29 | <term><option>-H</option></term> | |
30 | <term><option>--host=</option></term> | |
31 | ||
32 | <listitem id='host-text'> | |
db6d9e86 | 33 | <para>Execute the operation remotely. Specify a hostname, or a |
4f50d2ef | 34 | username and hostname separated by <literal>@</literal>, to |
db6d9e86 LP |
35 | connect to. The hostname may optionally be suffixed by a |
36 | container name, separated by <literal>:</literal>, which | |
37 | connects directly to a specific container on the specified | |
38 | host. This will use SSH to talk to the remote machine manager | |
39 | instance. Container names may be enumerated with | |
40 | <command>machinectl -H | |
41 | <replaceable>HOST</replaceable></command>.</para> | |
4f50d2ef ZJS |
42 | </listitem> |
43 | </varlistentry> | |
44 | ||
45 | <varlistentry id='machine'> | |
46 | <term><option>-M</option></term> | |
47 | <term><option>--machine=</option></term> | |
48 | ||
49 | <listitem id='machine-text'> | |
50 | <para>Execute operation on a local container. Specify a | |
51 | container name to connect to.</para> | |
52 | </listitem> | |
53 | </varlistentry> | |
88ae7333 | 54 | </variablelist> |