Comment 2 for bug 1031065

Revision history for this message
Stéphane Graber (stgraber) wrote : Re: /sbin/resolvconf -a depends on /run/resolvconf/interface but it may not exist

As suggested on IRC, I'm wondering if we couldn't fix the race by doing the following changes:

 - change network-interface to: "start on net-device-added and mounted MOUNTPOINT=/run"
 - change resolvconf to: "start on mounted MOUNTPOINT=/run or starting network-interface"

networking.conf should be fine as it's "local-filesystems and (stopped udevtrigger or container))" which should be triggered quite a bit after virtual-filesystems, so resolvconf should have run already.