]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-machined.service.xml
core: introduce new Type=exec service type
[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
9 <refentry id="systemd-machined.service" conditional='ENABLE_MACHINED'>
10
11 <refentryinfo>
12 <title>systemd-machined.service</title>
13 <productname>systemd</productname>
14 </refentryinfo>
15
16 <refmeta>
17 <refentrytitle>systemd-machined.service</refentrytitle>
18 <manvolnum>8</manvolnum>
19 </refmeta>
20
21 <refnamediv>
22 <refname>systemd-machined.service</refname>
23 <refname>systemd-machined</refname>
24 <refpurpose>Virtual machine and container registration manager</refpurpose>
25 </refnamediv>
26
27 <refsynopsisdiv>
28 <para><filename>systemd-machined.service</filename></para>
29 <para><filename>/usr/lib/systemd/systemd-machined</filename></para>
30 </refsynopsisdiv>
31
32 <refsect1>
33 <title>Description</title>
34
35 <para><command>systemd-machined</command> is a system service that
36 keeps track of virtual machines and containers, and processes
37 belonging to them.</para>
38
39 <para>See
40 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>
41 for some examples on how to run containers with OS tools.</para>
42
43 <para>Use
44 <citerefentry><refentrytitle>nss-mymachines</refentrytitle><manvolnum>8</manvolnum></citerefentry>
45 to make the names of local containers known to
46 <command>systemd-machined</command> locally resolvable as host
47 names.</para>
48
49 <para>See the
50 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/machined">
51 machined D-Bus API Documentation</ulink> for information about the
52 APIs <filename>systemd-machined</filename> provides.</para>
53 </refsect1>
54
55 <refsect1>
56 <title>See Also</title>
57 <para>
58 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
59 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
60 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
61 <citerefentry><refentrytitle>nss-mymachines</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
62 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>
63 </para>
64 </refsect1>
65
66 </refentry>