]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-importd.service.xml
namespace: implicitly adds DeviceAllow= when RootImage= is set
[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>
992afc10
LP
14 </refentryinfo>
15
16 <refmeta>
17 <refentrytitle>systemd-importd.service</refentrytitle>
18 <manvolnum>8</manvolnum>
19 </refmeta>
20
21 <refnamediv>
22 <refname>systemd-importd.service</refname>
23 <refname>systemd-importd</refname>
ecb46535 24 <refpurpose>VM and container image import and export service</refpurpose>
992afc10
LP
25 </refnamediv>
26
27 <refsynopsisdiv>
28 <para><filename>systemd-importd.service</filename></para>
29 <para><filename>/usr/lib/systemd/systemd-importd</filename></para>
30 </refsynopsisdiv>
31
32 <refsect1>
33 <title>Description</title>
34
35 <para><command>systemd-importd</command> is a system service that allows importing, exporting and downloading of
36 system images suitable for running as VM or containers. It is a companion service for
ecb46535
ZJS
37 <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, and provides the implementation for
38 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
992afc10 39 <command>pull-raw</command>, <command>pull-tar</command>, <command>import-raw</command>,
ecb46535 40 <command>import-tar</command>, <command>export-raw</command>, and <command>export-tar</command> commands.</para>
992afc10
LP
41
42 <para>See the
28a0ad81 43 <ulink url="https://www.freedesktop.org/wiki/Software/systemd/importd">
992afc10
LP
44 importd D-Bus API Documentation</ulink> for information about the
45 APIs <filename>systemd-importd</filename> provides.</para>
46 </refsect1>
47
48 <refsect1>
49 <title>See Also</title>
50 <para>
51 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
52 <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
53 <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
54 <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>
55 </para>
56 </refsect1>
57
58</refentry>