]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/user-system-options.xml
tree-wide: beautify remaining copyright statements
[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"
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+
7
96b2fb93 8 Copyright © 2014 Zbigniew Jędrzejewski-Szmek
f48f7543
ZJS
9-->
10
88ae7333
ZJS
11<variablelist>
12 <varlistentry id='user'>
13 <term><option>--user</option></term>
14
15 <listitem id='user-text'>
16 <para>Talk to the service manager of the calling user,
17 rather than the service manager of the system.</para>
18 </listitem>
19 </varlistentry>
20
21 <varlistentry id='system'>
22 <term><option>--system</option></term>
23
24 <listitem id='system-text'>
25 <para>Talk to the service manager of the system. This is the
26 implied default.</para>
27 </listitem>
28 </varlistentry>
4f50d2ef
ZJS
29
30 <varlistentry id='host'>
31 <term><option>-H</option></term>
32 <term><option>--host=</option></term>
33
34 <listitem id='host-text'>
db6d9e86 35 <para>Execute the operation remotely. Specify a hostname, or a
4f50d2ef 36 username and hostname separated by <literal>@</literal>, to
db6d9e86
LP
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>
4f50d2ef
ZJS
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>
88ae7333 56</variablelist>