mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
e587b0677b
See doc/lvmpolld_overview.txt
13 lines
222 B
SYSTEMD
13 lines
222 B
SYSTEMD
[Unit]
|
|
Description=LVM2 poll daemon socket
|
|
Documentation=man:lvmpolld(8)
|
|
DefaultDependencies=no
|
|
|
|
[Socket]
|
|
ListenStream=@DEFAULT_RUN_DIR@/lvmpolld.socket
|
|
SocketMode=0600
|
|
RemoveOnStop=true
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|