From 992afc106dd0ee5ecb02c86dc7fc49a52e4db10a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Feb 2016 16:23:42 +0100 Subject: man: add minimal man page for systemd-importd.service --- man/systemd-importd.service.xml | 82 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 man/systemd-importd.service.xml (limited to 'man/systemd-importd.service.xml') diff --git a/man/systemd-importd.service.xml b/man/systemd-importd.service.xml new file mode 100644 index 0000000000..1da065df69 --- /dev/null +++ b/man/systemd-importd.service.xml @@ -0,0 +1,82 @@ + + + + + + + + + systemd-importd.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-importd.service + 8 + + + + systemd-importd.service + systemd-importd + Virtual machine and container import and export service + + + + systemd-importd.service + /usr/lib/systemd/systemd-importd + + + + Description + + systemd-importd is a system service that allows importing, exporting and downloading of + system images suitable for running as VM or containers. It is a companion service for + systemd-machined.service8, and + used to implement machinectl1's + pull-raw, pull-tar, import-raw, + import-tar, export-raw and export-tar commands. + + See the + + importd D-Bus API Documentation for information about the + APIs systemd-importd provides. + + + + See Also + + systemd1, + machinectl1, + systemd-machined.service8, + systemd-nspawn1 + + + + -- cgit v1.2.3-54-g00ecf From ecb465354d5d4b3a16ac3c23ac39751c1a4fbd3d Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 23 Feb 2016 13:46:16 -0500 Subject: man: style fixes --- man/systemd-importd.service.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemd-importd.service.xml') diff --git a/man/systemd-importd.service.xml b/man/systemd-importd.service.xml index 1da065df69..8fdced475c 100644 --- a/man/systemd-importd.service.xml +++ b/man/systemd-importd.service.xml @@ -45,7 +45,7 @@ systemd-importd.service systemd-importd - Virtual machine and container import and export service + VM and container image import and export service @@ -58,10 +58,10 @@ systemd-importd is a system service that allows importing, exporting and downloading of system images suitable for running as VM or containers. It is a companion service for - systemd-machined.service8, and - used to implement machinectl1's + systemd-machined.service8, and provides the implementation for + machinectl1's pull-raw, pull-tar, import-raw, - import-tar, export-raw and export-tar commands. + import-tar, export-raw, and export-tar commands. See the -- cgit v1.2.3-54-g00ecf