2025-05-29 15:07:58 +08:00

6 lines
102 B
Bash
Executable File

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