mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
7a64fff948
The ExecStartPost with pvscan --cache in lvm2-lvmetad.service is not needed now as this is called transparently within the first LVM command that queries lvmetad.
20 lines
380 B
SYSTEMD
20 lines
380 B
SYSTEMD
[Unit]
|
|
Description=LVM2 metadata daemon
|
|
Documentation=man:lvmetad(8)
|
|
Requires=lvm2-lvmetad.socket
|
|
After=lvm2-lvmetad.socket
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
NonBlocking=true
|
|
ExecStart=@sbindir@/lvmetad
|
|
ExecReload=@sbindir@/lvmetad -R
|
|
Environment=SD_ACTIVATION=1
|
|
Restart=on-abort
|
|
PIDFile=@LVMETAD_PIDFILE@
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|