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