]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-importd.service.xml
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / man / systemd-importd.service.xml
CommitLineData
992afc10
LP
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<!--
572eb058 6 SPDX-License-Identifier: LGPL-2.1+
992afc10
LP
7-->
8
9<refentry id="systemd-importd.service" conditional='ENABLE_IMPORTD'>
10
11 <refentryinfo>
12 <title>systemd-importd.service</title>
13 <productname>systemd</productname>
14
15 <authorgroup>
16 <author>
17 <contrib>Developer</contrib>
18 <firstname>Lennart</firstname>
19 <surname>Poettering</surname>
20 <email>lennart@poettering.net</email>
21 </author>
22 </authorgroup>
23 </refentryinfo>
24
25 <refmeta>
26 <refentrytitle>systemd-importd.service</refentrytitle>
27 <manvolnum>8</manvolnum>
28 </refmeta>
29
30 <refnamediv>
31 <refname>systemd-importd.service</refname>
32 <refname>systemd-importd</refname>
ecb46535 33 <refpurpose>VM and container image import and export service</refpurpose>
992afc10
LP
34 </refnamediv>
35
36 <refsynopsisdiv>
37 <para><filename>systemd-importd.service</filename></para>
38 <para><filename>/usr/lib/systemd/systemd-importd</filename></para>
39 </refsynopsisdiv>
40
41 <refsect1>
42 <title>Description</title>
43
44 <para><command>systemd-importd</command> is a system service that allows importing, exporting and downloading of
45 system images suitable for running as VM or containers. It is a companion service for
ecb46535
ZJS
46 <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, and provides the implementation for
47 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
992afc10 48 <command>pull-raw</command>, <command>pull-tar</command>, <command>import-raw</command>,
ecb46535 49 <command>import-tar</command>, <command>export-raw</command>, and <command>export-tar</command> commands.</para>
992afc10
LP
50
51 <para>See the
28a0ad81 52 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/importd">
992afc10
LP
53 importd D-Bus API Documentation</ulink> for information about the
54 APIs <filename>systemd-importd</filename> provides.</para>
55 </refsect1>
56
57 <refsect1>
58 <title>See Also</title>
59 <para>
60 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
61 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
62 <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
63 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>
64 </para>
65 </refsect1>
66
67</refentry>