lvm2-pvscan@.service 338 B

1234567891011121314
  1. [Unit]
  2. Description=LVM event activation on device %i
  3. Documentation=man:pvscan(8)
  4. DefaultDependencies=no
  5. StartLimitIntervalSec=0
  6. BindsTo=dev-block-%i.device
  7. Before=shutdown.target
  8. Conflicts=shutdown.target
  9. [Service]
  10. Type=oneshot
  11. RemainAfterExit=yes
  12. ExecStart=/sbin/lvm pvscan --cache --activate ay %i
  13. ExecStop=/sbin/lvm pvscan --cache %i