From 9409ea35a048c208cee0a3318fd7794fce8aeaac Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Wed, 1 Apr 2020 16:57:15 -0400 Subject: [PATCH] systemd: Add Documentation key MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- 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 406351688..f528a6099 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 1b8ef9942..6ed8cd82b 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 -- 2.47.2