]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-machined.service.xml
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / man / systemd-machined.service.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 SPDX-License-Identifier: LGPL-2.1+
7
8 Copyright © 2013 Zbigniew Jędrzejewski-Szmek
9 -->
10
11 <refentry id="systemd-machined.service" conditional='ENABLE_MACHINED'>
12
13 <refentryinfo>
14 <title>systemd-machined.service</title>
15 <productname>systemd</productname>
16
17 <authorgroup>
18 <author>
19 <contrib>Developer</contrib>
20 <firstname>Lennart</firstname>
21 <surname>Poettering</surname>
22 <email>lennart@poettering.net</email>
23 </author>
24 </authorgroup>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>systemd-machined.service</refentrytitle>
29 <manvolnum>8</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>systemd-machined.service</refname>
34 <refname>systemd-machined</refname>
35 <refpurpose>Virtual machine and container registration manager</refpurpose>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <para><filename>systemd-machined.service</filename></para>
40 <para><filename>/usr/lib/systemd/systemd-machined</filename></para>
41 </refsynopsisdiv>
42
43 <refsect1>
44 <title>Description</title>
45
46 <para><command>systemd-machined</command> is a system service that
47 keeps track of virtual machines and containers, and processes
48 belonging to them.</para>
49
50 <para>See
51 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>
52 for some examples on how to run containers with OS tools.</para>
53
54 <para>Use
55 <citerefentry><refentrytitle>nss-mymachines</refentrytitle><manvolnum>8</manvolnum></citerefentry>
56 to make the names of local containers known to
57 <command>systemd-machined</command> locally resolvable as host
58 names.</para>
59
60 <para>See the
61 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/machined">
62 machined D-Bus API Documentation</ulink> for information about the
63 APIs <filename>systemd-machined</filename> provides.</para>
64 </refsect1>
65
66 <refsect1>
67 <title>See Also</title>
68 <para>
69 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
70 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
71 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
72 <citerefentry><refentrytitle>nss-mymachines</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
73 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>
74 </para>
75 </refsect1>
76
77 </refentry>