Files
op-packages/eqos-master-wiwiz/files/eqos.hotplug
T

6 lines
102 B
Bash

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