immortalwrt/package/jsda/luci-app-eqos/files/eqos.hotplug
2019-07-02 18:06:49 +08:00

6 lines
102 B
Bash
Executable File

#!/bin/sh
[ "$ACTION" = "ifup" ] || exit 0
[ "$INTERFACE" = "lan" ] || exit 0
/etc/init.d/eqos start