nxdrvlinux/templates/udev/80-udev-cifxeth.rules

3 lines
214 B
Plaintext
Raw Normal View History

SUBSYSTEMS=="net",ACTION=="add",KERNEL=="cifx*",PROGRAM="/bin/bash -c '/etc/init.d/cifxeth start cifx%n'"
SUBSYSTEMS=="net",ACTION=="remove",KERNEL=="cifx*",PROGRAM="/bin/bash -c '/etc/init.d/cifxeth stop cifx%n'"