diff options
Diffstat (limited to 'examples/var_service/zcip_if/run')
-rwxr-xr-x | examples/var_service/zcip_if/run | 4 |
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" | |||
8 | if="${PWD##*/zcip_}" | 8 | if="${PWD##*/zcip_}" |
9 | 9 | ||
10 | echo "* Upping iface $if" | 10 | echo "* Upping iface $if" |
11 | ip link set dev "$if" up | 11 | ip link set dev "$if" up || { sleep 5; exit; } |
12 | 12 | ||
13 | echo "* Starting zcip" | 13 | echo "* Starting zcip on $if [$$]" |
14 | exec \ | 14 | exec \ |
15 | env - PATH="$PATH" \ | 15 | env - PATH="$PATH" \ |
16 | softlimit \ | 16 | softlimit \ |