diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:08:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:08:10 +0000 |
commit | 68f57883043cc46ac2600e3a90fb8154ebbbd16c (patch) | |
tree | 562a7823970ef4de3d59c19877b64c36dd620693 /share | |
parent | Releasing version 20160601. (diff) | |
download | compute-tools-68f57883043cc46ac2600e3a90fb8154ebbbd16c.tar.xz compute-tools-68f57883043cc46ac2600e3a90fb8154ebbbd16c.zip |
Adding documentation key in systemd unit files.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/systemd/container-auto.service | 1 | ||||
-rw-r--r-- | share/systemd/container@.service | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/share/systemd/container-auto.service b/share/systemd/container-auto.service index e9addd7..b3384df 100644 --- a/share/systemd/container-auto.service +++ b/share/systemd/container-auto.service @@ -1,5 +1,6 @@ [Unit] Description=container-tools automatic start +Documentation=man:container-auto After=network.target [Service] diff --git a/share/systemd/container@.service b/share/systemd/container@.service index 0bd6766..539139e 100644 --- a/share/systemd/container@.service +++ b/share/systemd/container@.service @@ -1,5 +1,6 @@ [Unit] Description="Container: %i" +Documentation=man:container-tools [Service] Type=simple |