From 55da31df3507ff8fb70af15b883868cc9c66437b Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 4 Oct 2014 19:55:16 +0400 Subject: [PATCH] start -> spawn --- init.d/eth0.iface | 1 + init.d/lo.iface | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 init.d/eth0.iface diff --git a/init.d/eth0.iface b/init.d/eth0.iface new file mode 120000 index 0000000..6d47fd3 --- /dev/null +++ b/init.d/eth0.iface @@ -0,0 +1 @@ +lo.iface \ No newline at end of file diff --git a/init.d/lo.iface b/init.d/lo.iface index 7388ac5..7f3f3ad 100755 --- a/init.d/lo.iface +++ b/init.d/lo.iface @@ -14,9 +14,8 @@ wait_for_iface() { done } -start() { +spawn() { watchman.msg "Activating the $cfg_iface interface..." - watchman.start wait_for_iface || { echo "Interface $cfg_iface failed to come up!"