chiark / gitweb /
strv: add calls to add two entries to an strv at once
[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 <variablelist>
6   <varlistentry id='user'>
7     <term><option>--user</option></term>
8
9     <listitem id='user-text'>
10       <para>Talk to the service manager of the calling user,
11       rather than the service manager of the system.</para>
12     </listitem>
13   </varlistentry>
14
15   <varlistentry id='system'>
16     <term><option>--system</option></term>
17
18     <listitem id='system-text'>
19       <para>Talk to the service manager of the system. This is the
20       implied default.</para>
21     </listitem>
22   </varlistentry>
23
24   <varlistentry id='host'>
25     <term><option>-H</option></term>
26     <term><option>--host=</option></term>
27
28     <listitem id='host-text'>
29       <para>Execute the operation remotely. Specify a hostname, or a
30       username and hostname separated by <literal>@</literal>, to
31       connect to. The hostname may optionally be suffixed by a
32       container name, separated by <literal>:</literal>, which
33       connects directly to a specific container on the specified
34       host. This will use SSH to talk to the remote machine manager
35       instance. Container names may be enumerated with
36       <command>machinectl -H
37       <replaceable>HOST</replaceable></command>.</para>
38     </listitem>
39   </varlistentry>
40
41   <varlistentry id='machine'>
42     <term><option>-M</option></term>
43     <term><option>--machine=</option></term>
44
45     <listitem id='machine-text'>
46       <para>Execute operation on a local container. Specify a
47       container name to connect to.</para>
48     </listitem>
49   </varlistentry>
50 </variablelist>