13 lines
213 B
SYSTEMD
13 lines
213 B
SYSTEMD
|
[Unit]
|
||
|
Description=LVM2 poll daemon socket
|
||
|
Documentation=man:lvmpolld(8)
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Socket]
|
||
|
ListenStream=/run/lvm/lvmpolld.socket
|
||
|
SocketMode=0600
|
||
|
RemoveOnStop=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|