lede/package/lean/luci-app-arpbind/root/etc/hotplug.d/iface/50-arpbind
Beginner 37f8d160c7
luci-app-arpbind: fix init doesn't work (#7397)
Added missing START and STOP priorities, also removed the useless
references to functions.

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-16 02:09:33 +00:00

3 lines
62 B
Bash
Executable File

#!/bin/sh
[ "$ACTION" = "ifup" ] && /etc/init.d/arpbind start