You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
763 B
21 lines
763 B
7 years ago
|
scripts/lvm2_pvscan_systemd_red_hat@.service.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/scripts/lvm2_pvscan_systemd_red_hat@.service.in b/scripts/lvm2_pvscan_systemd_red_hat@.service.in
|
||
|
index 839bfd1..f0bbd46 100644
|
||
|
--- a/scripts/lvm2_pvscan_systemd_red_hat@.service.in
|
||
|
+++ b/scripts/lvm2_pvscan_systemd_red_hat@.service.in
|
||
|
@@ -2,7 +2,6 @@
|
||
|
Description=LVM2 PV scan on device %i
|
||
|
Documentation=man:pvscan(8)
|
||
|
DefaultDependencies=no
|
||
|
-StartLimitInterval=0
|
||
|
BindsTo=dev-block-%i.device
|
||
|
Requires=lvm2-lvmetad.socket
|
||
|
After=lvm2-lvmetad.socket lvm2-lvmetad.service
|
||
|
@@ -14,3 +13,4 @@ Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=@SBINDIR@/lvm pvscan --cache --activate ay %i
|
||
|
ExecStop=@SBINDIR@/lvm pvscan --cache %i
|
||
|
+StartLimitInterval=0
|