diff options
author | Denys Vlasenko | 2015-10-24 14:55:33 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-10-24 14:55:33 +0200 |
commit | 4f8ecf273c4a239d007125f3b96a55100b661c04 (patch) | |
tree | 680b7a535f119f2bfb2e820adb2be5d537ccb99a /examples/var_service/ifplugd_if/run | |
parent | d32a1a4054444d8193736ee4c5f515fa90dbb24f (diff) | |
download | busybox-4f8ecf273c4a239d007125f3b96a55100b661c04.zip busybox-4f8ecf273c4a239d007125f3b96a55100b661c04.tar.gz |
update network service examples
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service/ifplugd_if/run')
-rwxr-xr-x | examples/var_service/ifplugd_if/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/var_service/ifplugd_if/run b/examples/var_service/ifplugd_if/run index 2781cf9..c4f766e 100755 --- a/examples/var_service/ifplugd_if/run +++ b/examples/var_service/ifplugd_if/run @@ -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" \ |