firmware/root_file_system/default/etc/hotplug.d/iface/51-nodewatcher

3 lines
79 B
Text
Executable file

[ ifup = "$ACTION" -a "$DEVICE" = eth0 ] && {
sh /etc/nodewatcher.sh
}