1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

systemd: Add Documentation references

These documentation references show up in "systemctl status" output.
This commit is contained in:
Peter Rajnoha 2012-06-20 14:23:50 +02:00
parent 2f99e5e35a
commit e77803edc9
6 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.76 -
===============================
Add documentation references in systemd units.
Remove veritysetup. Now maintained with cryptsetup.
Version 1.02.75 - 8th June 2012

View File

@ -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

View File

@ -1,5 +1,6 @@
[Unit]
Description=Device-mapper event daemon FIFOs
Documentation=man:dmeventd(8)
DefaultDependencies=no
[Socket]

View File

@ -1,5 +1,6 @@
[Unit]
Description=LVM2 metadata daemon
Documentation=man:lvmetad(8)
Requires=lvm2-lvmetad.socket
After=lvm2-lvmetad.socket
DefaultDependencies=no

View File

@ -1,5 +1,6 @@
[Unit]
Description=LVM2 metadata daemon socket
Documentation=man:lvmetad(8)
DefaultDependencies=no
[Socket]

View File

@ -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