mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
18 lines
349 B
SYSTEMD
18 lines
349 B
SYSTEMD
[Unit]
|
|
Description=LVM2 metadata daemon
|
|
Requires=lvm2-lvmetad.socket
|
|
After=lvm2-lvmetad.socket
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
NonBlocking=true
|
|
ExecStart=@sbindir@/lvmetad
|
|
ExecStartPost=@sbindir@/vgscan
|
|
ExecReload=@sbindir@/lvmetad -R
|
|
PIDFile=@DEFAULT_RUN_DIR@/lvmetad.pid
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|