1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

test/lib/aux.sh: Remove '--udev' for lvmdbusd start

The service will start up with udev monitoring and disable it if lvm
starts calling ExternalEvent.
This commit is contained in:
Tony Asleson 2016-08-29 14:28:12 -05:00
parent 70d4e2e8d5
commit 7c386bf4d4

View File

@ -337,7 +337,7 @@ prepare_lvmdbusd() {
fi fi
echo "preparing lvmdbusd..." echo "preparing lvmdbusd..."
"$daemon" --debug --udev > debug.log_LVMDBUSD_out 2>&1 & "$daemon" --debug > debug.log_LVMDBUSD_out 2>&1 &
local pid=$! local pid=$!
sleep 1 sleep 1