From 86e9d12b6f06c741ada66cd417f3fa82ea0364b6 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Mon, 21 Mar 2016 10:18:18 -0500 Subject: [PATCH] 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 --- scripts/lvm2_lvmdbusd_systemd_red_hat.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.5