small-packages/luci-app-eqosplus/root/etc/hotplug.d/iface/10-eqosplus
2026-05-10 09:48:30 +08:00

5 lines
112 B
Bash

#!/bin/sh
[ "$ACTION" = "ifup" ] && [ "$INTERFACE" = "wan" ] && {
sleep 5
/etc/init.d/eqosplus restart
}