mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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:
parent
70d4e2e8d5
commit
7c386bf4d4
@ -337,7 +337,7 @@ prepare_lvmdbusd() {
|
||||
fi
|
||||
|
||||
echo "preparing lvmdbusd..."
|
||||
"$daemon" --debug --udev > debug.log_LVMDBUSD_out 2>&1 &
|
||||
"$daemon" --debug > debug.log_LVMDBUSD_out 2>&1 &
|
||||
local pid=$!
|
||||
|
||||
sleep 1
|
||||
|
Loading…
Reference in New Issue
Block a user