mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
dac3c36feb
and add ExecStartPost=vgscan to actually run the first scan that will fill the metadata daemon with metadata information.
11 lines
175 B
SYSTEMD
11 lines
175 B
SYSTEMD
[Unit]
|
|
Description=LVM2 metadata daemon socket
|
|
DefaultDependencies=no
|
|
|
|
[Socket]
|
|
ListenStream=@DEFAULT_RUN_DIR@/lvmetad.sock
|
|
SocketMode=0600
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|