From 7c7672b3c0916b3cee8aec90f90275a1320acc70 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 2 Nov 2012 20:32:28 +0100 Subject: [PATCH] systemd: remove quotes in lvm2-monitor.service ExecStop --- scripts/lvm2_monitoring_systemd_red_hat.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lvm2_monitoring_systemd_red_hat.service.in b/scripts/lvm2_monitoring_systemd_red_hat.service.in index 3cb998b71..670d0c48a 100644 --- a/scripts/lvm2_monitoring_systemd_red_hat.service.in +++ b/scripts/lvm2_monitoring_systemd_red_hat.service.in @@ -12,7 +12,7 @@ Type=oneshot Environment=LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1 ExecStart=@sbindir@/lvm vgchange --monitor y # The lvmetad must be disabled here, it needs https://bugzilla.redhat.com/show_bug.cgi?id=843587 to be resolved first. -ExecStop="@sbindir@/lvm vgchange --monitor n --config 'global{use_lvmetad=0}'" +ExecStop=@sbindir@/lvm vgchange --monitor n --config 'global{use_lvmetad=0}' RemainAfterExit=yes [Install]