Invoke devmatch rc.d script directly instead of depending on "service"

which is installed in usr/sbin and might not be available at the time
devd is started.

Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2018-02-17 13:13:55 +00:00
parent 171164e50d
commit 9a44db43ea

View File

@ -9,7 +9,7 @@
#
# Generic NOMATCH event
nomatch 100 {
action "service devmatch start '?$_'";
action "/etc/rc.d/devmatch start '?$_'";
};
# Add the following to devd.conf to prevent this from running: