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