[lxc-devel] [lxc/master] add Documentation entries to lxc and lxc@ units

evgeni on Github lxc-bot at linuxcontainers.org
Sat Oct 8 12:09:37 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 348 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161008/ef155c3e/attachment.bin>
-------------- next part --------------
From 6a27d555e715b5e273818c7d0f14e90d5b253762 Mon Sep 17 00:00:00 2001
From: Evgeni Golov <evgeni at debian.org>
Date: Sat, 8 Oct 2016 14:08:21 +0200
Subject: [PATCH] add Documentation entries to lxc and lxc@ units

Signed-off-by: Evgeni Golov <evgeni at debian.org>
---
 config/init/systemd/lxc.service.in  | 1 +
 config/init/systemd/lxc at .service.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
index 9876155..cd61996 100644
--- a/config/init/systemd/lxc.service.in
+++ b/config/init/systemd/lxc.service.in
@@ -2,6 +2,7 @@
 Description=LXC Container Initialization and Autoboot Code
 After=network.target lxc-net.service
 Wants=lxc-net.service
+Documentation=man:lxc-autostart man:lxc
 
 [Service]
 Type=oneshot
diff --git a/config/init/systemd/lxc at .service.in b/config/init/systemd/lxc at .service.in
index ba8cc1b..44d11e8 100644
--- a/config/init/systemd/lxc at .service.in
+++ b/config/init/systemd/lxc at .service.in
@@ -3,6 +3,7 @@ Description=LXC Container: %i
 # This pulls in apparmor, dev-setup, lxc-net
 After=lxc.service
 Wants=lxc.service
+Documentation=man:lxc-start man:lxc
 
 [Service]
 Type=simple


More information about the lxc-devel mailing list