blob: 4be520a3bfbe235c01ee508e83bf35dad9be0d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=LVM2 metadata daemon
Documentation=man:lvmetad(8)
Requires=lvmetad.socket
After=lvmetad.socket
DefaultDependencies=no
Conflicts=shutdown.target
[Service]
Type=forking
NonBlocking=true
ExecStart=/usr/bin/lvmetad
ExecReload=/usr/bin/lvmetad -R
Environment=SD_ACTIVATION=1
Restart=on-abort
PIDFile=/run/lvmetad.pid
|