summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-06-20 14:23:50 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2012-06-20 14:23:50 +0200
commite77803edc95d9b40e367bc447ad316bb5f9d9d8a (patch)
tree5ea5bf10895ffe23a7ae4cb7271b29d45b3812a5 /scripts
parent2f99e5e35a9918c337e66b74aa6126cca9328c64 (diff)
downloadlvm2-e77803edc95d9b40e367bc447ad316bb5f9d9d8a.tar.gz
lvm2-e77803edc95d9b40e367bc447ad316bb5f9d9d8a.tar.xz
lvm2-e77803edc95d9b40e367bc447ad316bb5f9d9d8a.zip
systemd: Add Documentation references
These documentation references show up in "systemctl status" output.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dm_event_systemd_red_hat.service.in1
-rw-r--r--scripts/dm_event_systemd_red_hat.socket1
-rw-r--r--scripts/lvm2_lvmetad_systemd_red_hat.service.in1
-rw-r--r--scripts/lvm2_lvmetad_systemd_red_hat.socket.in1
-rw-r--r--scripts/lvm2_monitoring_systemd_red_hat.service.in1
5 files changed, 5 insertions, 0 deletions
diff --git a/scripts/dm_event_systemd_red_hat.service.in b/scripts/dm_event_systemd_red_hat.service.in
index 02a24c6f..96c52256 100644
--- a/scripts/dm_event_systemd_red_hat.service.in
+++ b/scripts/dm_event_systemd_red_hat.service.in
@@ -1,5 +1,6 @@
[Unit]
Description=Device-mapper event daemon
+Documentation=man:dmeventd(8)
Requires=dm-event.socket
After=dm-event.socket
Before=local-fs.target
diff --git a/scripts/dm_event_systemd_red_hat.socket b/scripts/dm_event_systemd_red_hat.socket
index c5805556..bfc8ea1d 100644
--- a/scripts/dm_event_systemd_red_hat.socket
+++ b/scripts/dm_event_systemd_red_hat.socket
@@ -1,5 +1,6 @@
[Unit]
Description=Device-mapper event daemon FIFOs
+Documentation=man:dmeventd(8)
DefaultDependencies=no
[Socket]
diff --git a/scripts/lvm2_lvmetad_systemd_red_hat.service.in b/scripts/lvm2_lvmetad_systemd_red_hat.service.in
index e32c8a15..75522403 100644
--- a/scripts/lvm2_lvmetad_systemd_red_hat.service.in
+++ b/scripts/lvm2_lvmetad_systemd_red_hat.service.in
@@ -1,5 +1,6 @@
[Unit]
Description=LVM2 metadata daemon
+Documentation=man:lvmetad(8)
Requires=lvm2-lvmetad.socket
After=lvm2-lvmetad.socket
DefaultDependencies=no
diff --git a/scripts/lvm2_lvmetad_systemd_red_hat.socket.in b/scripts/lvm2_lvmetad_systemd_red_hat.socket.in
index f4c82a53..9a46f50d 100644
--- a/scripts/lvm2_lvmetad_systemd_red_hat.socket.in
+++ b/scripts/lvm2_lvmetad_systemd_red_hat.socket.in
@@ -1,5 +1,6 @@
[Unit]
Description=LVM2 metadata daemon socket
+Documentation=man:lvmetad(8)
DefaultDependencies=no
[Socket]
diff --git a/scripts/lvm2_monitoring_systemd_red_hat.service.in b/scripts/lvm2_monitoring_systemd_red_hat.service.in
index e93414d2..a8d51838 100644
--- a/scripts/lvm2_monitoring_systemd_red_hat.service.in
+++ b/scripts/lvm2_monitoring_systemd_red_hat.service.in
@@ -1,5 +1,6 @@
[Unit]
Description=Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
+Documentation=man:dmeventd(8) man:lvcreate(8) man:lvchange(8) man:vgchange(8)
Requires=dm-event.socket
After=dm-event.socket fedora-storage-init.service fedora-storage-init-late.service
Before=local-fs.target