op-packages/luci-app-arpbind/root/etc/hotplug.d/iface/50-arpbind
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

5 lines
70 B
Bash
Executable File

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