]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-importd.service.xml
Merge pull request #33386 from yuwata/journal-timestamp
[thirdparty/systemd.git] / man / systemd-importd.service.xml
CommitLineData
992afc10 1<?xml version='1.0'?> <!--*-nxml-*-->
3a54a157 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
eea10b26 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
db9ecf05 4<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
992afc10
LP
5
6<refentry id="systemd-importd.service" conditional='ENABLE_IMPORTD'>
7
8 <refentryinfo>
9 <title>systemd-importd.service</title>
10 <productname>systemd</productname>
992afc10
LP
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>
ecb46535 21 <refpurpose>VM and container image import and export service</refpurpose>
992afc10
LP
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
fd571c9d
LP
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
992afc10 35 <command>pull-raw</command>, <command>pull-tar</command>, <command>import-raw</command>,
fd571c9d
LP
36 <command>import-tar</command>, <command>import-fs</command>, <command>export-raw</command>, and
37 <command>export-tar</command> commands.</para>
992afc10 38
1a0e562a
ZJS
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>
992afc10
LP
44 </refsect1>
45
46 <refsect1>
47 <title>See Also</title>
13a69c12
DT
48 <para><simplelist type="inline">
49 <member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
fd571c9d 50 <member><citerefentry><refentrytitle>importctl</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
13a69c12
DT
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>
992afc10
LP
54 </refsect1>
55
56</refentry>