Commit f870c626 authored by Jonathan Liu's avatar Jonathan Liu Committed by Thomas Petazzoni
Browse files

udev: fix stopping execution of udev events in init.d script

parent fe355d22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ case "$1" in
        ;;
    stop)
        # Stop execution of events
        udevadm control --stop_exec_queue
        udevadm control --stop-exec-queue
        killall udevd
        ;;
    *)