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