summaryrefslogtreecommitdiff
path: root/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2016-03-21 10:18:18 -0500
committerTony Asleson <tasleson@redhat.com>2016-03-21 17:28:51 -0500
commit86e9d12b6f06c741ada66cd417f3fa82ea0364b6 (patch)
tree4b7bf09639d3e1885fed5640dde63e47fd7b3ec7 /scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
parentcc57cd39ab0e47a3e0fc6fc81c378c4d4d292093 (diff)
downloadlvm2-86e9d12b6f06c741ada66cd417f3fa82ea0364b6.tar.gz
lvmdbusd: Remove --udev in service file
With commit 2d5dc6512e10924ab68e6a139081d7121bc3f7d6 the dbus server no longer needs to utilize udev to know when to update its internal state. Signed-off-by: Tony Asleson <tasleson@redhat.com>
Diffstat (limited to 'scripts/lvm2_lvmdbusd_systemd_red_hat.service.in')
-rw-r--r--scripts/lvm2_lvmdbusd_systemd_red_hat.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in b/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
index d3ad8705d..64cec4ee2 100644
--- a/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
+++ b/scripts/lvm2_lvmdbusd_systemd_red_hat.service.in
@@ -5,7 +5,7 @@ Documentation=man:lvmdbusd(8)
[Service]
Type=dbus
BusName=com.redhat.lvmdbus1
-ExecStart=@sbindir@/lvmdbusd --udev
+ExecStart=@sbindir@/lvmdbusd
[Install]
WantedBy=multi-user.target