lvm2-lvmpolld.service 323 B

123456789101112131415
  1. [Unit]
  2. Description=LVM2 poll daemon
  3. Documentation=man:lvmpolld(8)
  4. Requires=lvm2-lvmpolld.socket
  5. Before=shutdown.target
  6. After=lvm2-lvmpolld.socket
  7. DefaultDependencies=no
  8. Conflicts=shutdown.target
  9. [Service]
  10. Type=simple
  11. NonBlocking=true
  12. ExecStart=/sbin/lvmpolld -t 60 -f
  13. Environment=SD_ACTIVATION=1
  14. PIDFile=/run/lvmpolld.pid