mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
e587b0677b
See doc/lvmpolld_overview.txt
18 lines
340 B
SYSTEMD
18 lines
340 B
SYSTEMD
[Unit]
|
|
Description=LVM2 poll daemon
|
|
Documentation=man:lvmpolld(8)
|
|
Requires=lvm2-lvmpolld.socket
|
|
After=lvm2-lvmpolld.socket
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
NonBlocking=true
|
|
ExecStart=@sbindir@/lvmpolld -t 60 -f
|
|
Environment=SD_ACTIVATION=1
|
|
PIDFile=@LVMPOLLD_PIDFILE@
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|