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!"