update network service examples
[oweals/busybox.git] / examples / var_service / ifplugd_if / run
index 2781cf9f9f0f3ad58a75d75b4b028c45d1c9f138..c4f766e8801aae1f5cd52486808dd72354da52cd 100755 (executable)
@@ -8,6 +8,9 @@ pwd="$PWD"
 
 if="${PWD##*/ifplugd_}"
 
+echo "* Upping iface $if"
+ip link set dev "$if" up
+
 echo "* Starting ifplugd on $if [$$]"
 exec \
 env - PATH="$PATH" \