threefoldtech / zinit

A init replacement that feels like runit written in rust+tokio
Apache License 2.0
9 stars 1 forks source link

Zinit doesn't bring the loopback interface up #8

Closed delandtj closed 5 years ago

delandtj commented 5 years ago

ip link set lo up : no need to add an IPv{4,6} as the kernel does that automatically.

zaibon commented 5 years ago

I don't think zinit itself does anything with the network. We might need to add some init script to do so though, but I think we can tackle this in https://github.com/threefoldtech/zosv2/issues/44

delandtj commented 5 years ago

Meh... stoopit me... of course it's networkd that needs to do that