]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/user-system-options.xml
man: xinclude the generic text to talk about libsystemd pkgconfig
[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
8 This file is part of systemd.
9
10 Copyright 2014 Zbigniew Jędrzejewski-Szmek
11 Copyright 2014 Lennart Poettering
f48f7543
ZJS
12-->
13
88ae7333
ZJS
14<variablelist>
15 <varlistentry id='user'>
16 <term><option>--user</option></term>
17
18 <listitem id='user-text'>
19 <para>Talk to the service manager of the calling user,
20 rather than the service manager of the system.</para>
21 </listitem>
22 </varlistentry>
23
24 <varlistentry id='system'>
25 <term><option>--system</option></term>
26
27 <listitem id='system-text'>
28 <para>Talk to the service manager of the system. This is the
29 implied default.</para>
30 </listitem>
31 </varlistentry>
4f50d2ef
ZJS
32
33 <varlistentry id='host'>
34 <term><option>-H</option></term>
35 <term><option>--host=</option></term>
36
37 <listitem id='host-text'>
db6d9e86 38 <para>Execute the operation remotely. Specify a hostname, or a
4f50d2ef 39 username and hostname separated by <literal>@</literal>, to
db6d9e86
LP
40 connect to. The hostname may optionally be suffixed by a
41 container name, separated by <literal>:</literal>, which
42 connects directly to a specific container on the specified
43 host. This will use SSH to talk to the remote machine manager
44 instance. Container names may be enumerated with
45 <command>machinectl -H
46 <replaceable>HOST</replaceable></command>.</para>
4f50d2ef
ZJS
47 </listitem>
48 </varlistentry>
49
50 <varlistentry id='machine'>
51 <term><option>-M</option></term>
52 <term><option>--machine=</option></term>
53
54 <listitem id='machine-text'>
55 <para>Execute operation on a local container. Specify a
56 container name to connect to.</para>
57 </listitem>
58 </varlistentry>
88ae7333 59</variablelist>