]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/user-system-options.xml
machine: properly distuingish created and registered machines
[thirdparty/systemd.git] / man / user-system-options.xml
CommitLineData
88ae7333
ZJS
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>
4f50d2ef
ZJS
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
30 username and hostname separated by <literal>@</literal>, to
31 connect to. This will use SSH to talk to the remote machine
32 manager instance.</para>
33 </listitem>
34 </varlistentry>
35
36 <varlistentry id='machine'>
37 <term><option>-M</option></term>
38 <term><option>--machine=</option></term>
39
40 <listitem id='machine-text'>
41 <para>Execute operation on a local container. Specify a
42 container name to connect to.</para>
43 </listitem>
44 </varlistentry>
88ae7333 45</variablelist>