17 lines
583 B
Diff
17 lines
583 B
Diff
|
scripts/lvm2_lvmetad_systemd_red_hat.service.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/scripts/lvm2_lvmetad_systemd_red_hat.service.in b/scripts/lvm2_lvmetad_systemd_red_hat.service.in
|
||
|
index 8f4c60d..a1cedd2 100644
|
||
|
--- a/scripts/lvm2_lvmetad_systemd_red_hat.service.in
|
||
|
+++ b/scripts/lvm2_lvmetad_systemd_red_hat.service.in
|
||
|
@@ -9,7 +9,7 @@ Conflicts=shutdown.target
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
NonBlocking=true
|
||
|
-ExecStart=@SBINDIR@/lvmetad -f
|
||
|
+ExecStart=@SBINDIR@/lvmetad -f -t 3600
|
||
|
Environment=SD_ACTIVATION=1
|
||
|
Restart=on-abort
|
||
|
PIDFile=@LVMETAD_PIDFILE@
|