From 9e23089757f266be5ce4489b366be773855a5a28 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Tue, 28 Feb 2012 13:07:03 +0000 Subject: [PATCH] LVMetaD socket operates in non-blocking mode. --- scripts/lvm2_lvmetad_systemd_red_hat.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lvm2_lvmetad_systemd_red_hat.service.in b/scripts/lvm2_lvmetad_systemd_red_hat.service.in index 09c46e14a..ec43494a1 100644 --- a/scripts/lvm2_lvmetad_systemd_red_hat.service.in +++ b/scripts/lvm2_lvmetad_systemd_red_hat.service.in @@ -7,6 +7,7 @@ Conflicts=shutdown.target [Service] Type=forking +NonBlocking=true ExecStart=@sbindir@/lvmetad ExecStartPost=@sbindir@/vgscan ExecReload=@sbindir@/lvmetad -R