summaryrefslogtreecommitdiff
path: root/scripts/lvm2_monitoring_systemd_red_hat.service.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-11-02 20:32:28 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2012-11-02 20:32:28 +0100
commit7c7672b3c0916b3cee8aec90f90275a1320acc70 (patch)
tree5114160fa12c3fcf3b87c46e709c24825dc6bd8f /scripts/lvm2_monitoring_systemd_red_hat.service.in
parentaa07de5a50175a2cee3f8662a23544d43feaf128 (diff)
downloadlvm2-7c7672b3c0916b3cee8aec90f90275a1320acc70.tar.gz
systemd: remove quotes in lvm2-monitor.service ExecStop
Diffstat (limited to 'scripts/lvm2_monitoring_systemd_red_hat.service.in')
-rw-r--r--scripts/lvm2_monitoring_systemd_red_hat.service.in2
1 files changed, 1 insertions, 1 deletions
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]