start -> spawn

This commit is contained in:
Jack L. Frost 2014-10-04 19:55:16 +04:00
parent 91965639f3
commit 55da31df35
2 changed files with 2 additions and 2 deletions

1
init.d/eth0.iface Symbolic link
View File

@ -0,0 +1 @@
lo.iface

View File

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