Dear Maintainers, I recently noticed that lvm2-polld started via sysvinit dies after 60s. This is due to the daemon arg "-t 60" which makes sense for a systemd socket but unfortunately not for sysvinit. Removing the arg fixes the issue, see also the the manpage for reference [1]. Attached you can find a patch. Best regards, Valentin [1] https://manpages.debian.org/buster/lvm2/lvmpolld.8.en.html#OPTIONS