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:
parent
171164e50d
commit
9a44db43ea
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user