[lxc-devel] [lxc/master] systemd: Add Documentation key

stgraber on Github lxc-bot at linuxcontainers.org
Wed Apr 1 20:57:40 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200401/e48096dd/attachment.bin>
-------------- next part --------------
From 9409ea35a048c208cee0a3318fd7794fce8aeaac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 1 Apr 2020 16:57:15 -0400
Subject: [PATCH] systemd: Add Documentation key
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 config/init/systemd/lxc-monitord.service.in | 1 +
 config/init/systemd/lxc-net.service.in      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/init/systemd/lxc-monitord.service.in b/config/init/systemd/lxc-monitord.service.in
index 4063516887..f528a60995 100644
--- a/config/init/systemd/lxc-monitord.service.in
+++ b/config/init/systemd/lxc-monitord.service.in
@@ -1,6 +1,7 @@
 [Unit]
 Description=LXC Container Monitoring Daemon
 After=syslog.service network.target
+Documentation=man:lxc
 
 [Service]
 Type=simple
diff --git a/config/init/systemd/lxc-net.service.in b/config/init/systemd/lxc-net.service.in
index 1b8ef99426..6ed8cd82bb 100644
--- a/config/init/systemd/lxc-net.service.in
+++ b/config/init/systemd/lxc-net.service.in
@@ -2,6 +2,7 @@
 Description=LXC network bridge setup
 After=network-online.target
 Before=lxc.service
+Documentation=man:lxc
 
 [Service]
 Type=oneshot


More information about the lxc-devel mailing list