mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
systemd: Add Documentation references
These documentation references show up in "systemctl status" output.
This commit is contained in:
parent
2f99e5e35a
commit
e77803edc9
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Device-mapper event daemon FIFOs
|
||||
Documentation=man:dmeventd(8)
|
||||
DefaultDependencies=no
|
||||
|
||||
[Socket]
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=LVM2 metadata daemon
|
||||
Documentation=man:lvmetad(8)
|
||||
Requires=lvm2-lvmetad.socket
|
||||
After=lvm2-lvmetad.socket
|
||||
DefaultDependencies=no
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=LVM2 metadata daemon socket
|
||||
Documentation=man:lvmetad(8)
|
||||
DefaultDependencies=no
|
||||
|
||||
[Socket]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user