]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-importd.service.xml
update TODO
[thirdparty/systemd.git] / man / systemd-importd.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.5/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
5
6 <refentry id="systemd-importd.service" conditional='ENABLE_IMPORTD'>
7
8 <refentryinfo>
9 <title>systemd-importd.service</title>
10 <productname>systemd</productname>
11 </refentryinfo>
12
13 <refmeta>
14 <refentrytitle>systemd-importd.service</refentrytitle>
15 <manvolnum>8</manvolnum>
16 </refmeta>
17
18 <refnamediv>
19 <refname>systemd-importd.service</refname>
20 <refname>systemd-importd</refname>
21 <refpurpose>VM and container image import and export service</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <para><filename>systemd-importd.service</filename></para>
26 <para><filename>/usr/lib/systemd/systemd-importd</filename></para>
27 </refsynopsisdiv>
28
29 <refsect1>
30 <title>Description</title>
31
32 <para><command>systemd-importd</command> is a system service that allows importing, exporting and
33 downloading of disk images. It provides the implementation for
34 <citerefentry><refentrytitle>importctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
35 <command>pull-raw</command>, <command>pull-tar</command>, <command>import-raw</command>,
36 <command>import-tar</command>, <command>import-fs</command>, <command>export-raw</command>, and
37 <command>export-tar</command> commands.</para>
38
39 <para>See
40 <citerefentry><refentrytitle>org.freedesktop.import1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
41 and
42 <citerefentry><refentrytitle>org.freedesktop.LogControl1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
43 for a description of the D-Bus API.</para>
44 </refsect1>
45
46 <refsect1>
47 <title>See Also</title>
48 <para><simplelist type="inline">
49 <member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
50 <member><citerefentry><refentrytitle>importctl</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
51 <member><citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry></member>
52 <member><citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
53 </simplelist></para>
54 </refsect1>
55
56 </refentry>