New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/41720#issuecomment-1387606129 Comment: This really belongs upstream, but for now seems fine to get us out of a logjam. Some comments from upstream developers have indicated a desire to abandon support for anything besides systemd. While this is fine, it ought to be done in a single pass rather than death by 1000 cuts with subtle breakage like this. The upstream `network` module should properly dispatch to `network-legacy` in the meantime. It is probably better to query whether the other backend modules are available and installable rather than looking for systemd and binaries that they require. Is this even possible in `module-setup.sh`?