diff options
author | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2022-09-09 15:50:33 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2022-09-16 21:27:02 +0200 |
commit | ea109700563d93704ebdc540c7770d874369f667 (patch) | |
tree | 28e0f1d6288f5e2fd8be14e49a90ea067002fd93 /systemd/mdmonitor.service | |
parent | mdadm: added support for Intel Alderlake RST on VMD platform (diff) | |
download | mdadm-ea109700563d93704ebdc540c7770d874369f667.tar.xz mdadm-ea109700563d93704ebdc540c7770d874369f667.zip |
mdadm: Add Documentation entries to systemd services
Add documentation section.
Copied from Debian.
Cc: Felix Lechner <felix.lechner@lease-up.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to '')
-rw-r--r-- | systemd/mdmonitor.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/mdmonitor.service b/systemd/mdmonitor.service index 46f7b880..9c364785 100644 --- a/systemd/mdmonitor.service +++ b/systemd/mdmonitor.service @@ -8,6 +8,7 @@ [Unit] Description=MD array monitor DefaultDependencies=no +Documentation=man:mdadm(8) [Service] Environment= MDADM_MONITOR_ARGS=--scan |