aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/zcip_if/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/zcip_if/run')
-rwxr-xr-xexamples/var_service/zcip_if/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/var_service/zcip_if/run b/examples/var_service/zcip_if/run
index 94a875465..699823246 100755
--- a/examples/var_service/zcip_if/run
+++ b/examples/var_service/zcip_if/run
@@ -8,9 +8,9 @@ pwd="$PWD"
if="${PWD##*/zcip_}"
echo "* Upping iface $if"
-ip link set dev "$if" up
+ip link set dev "$if" up || { sleep 5; exit; }
-echo "* Starting zcip"
+echo "* Starting zcip on $if [$$]"
exec \
env - PATH="$PATH" \
softlimit \