mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
e77803edc9
These documentation references show up in "systemctl status" output.
12 lines
206 B
SYSTEMD
12 lines
206 B
SYSTEMD
[Unit]
|
|
Description=LVM2 metadata daemon socket
|
|
Documentation=man:lvmetad(8)
|
|
DefaultDependencies=no
|
|
|
|
[Socket]
|
|
ListenStream=@DEFAULT_RUN_DIR@/lvmetad.socket
|
|
SocketMode=0600
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|