Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • You're right, my NCD software does this nicely; the example there works as-is. I should note however that the pnames list is in fact just an argument to the multidepend() statement on the next line - this is the one which implements the priorities. The mechanism behind this is that when eth1 comes up when eth0 is already up, it executed multiprovide("NET-eth1");, because NET-eth1 is in front of NET-eth0, multidepend() will go down and come back up immediately, but exposing variables from the eth1 process instead of eth0. Commented Sep 11, 2011 at 13:47
  • I looked at it but couldn't figure it out. This shouldn't be this hard.
    – SDsolar
    Commented Jun 27, 2017 at 9:11