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