]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-importd.service.xml
travis: add more ASan options
[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.2/docbookx.dtd">
4 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
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 downloading of
33 system images suitable for running as VM or containers. It is a companion service for
34 <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, and provides the implementation for
35 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
36 <command>pull-raw</command>, <command>pull-tar</command>, <command>import-raw</command>,
37 <command>import-tar</command>, <command>export-raw</command>, and <command>export-tar</command> commands.</para>
38
39 <para>See the
40 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/importd">
41 importd D-Bus API Documentation</ulink> for information about the
42 APIs <filename>systemd-importd</filename> provides.</para>
43 </refsect1>
44
45 <refsect1>
46 <title>See Also</title>
47 <para>
48 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
49 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
50 <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
51 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>
52 </para>
53 </refsect1>
54
55 </refentry>