This reverts commit ca1a3847695d02ebe62007d8f335f23d3fe04638. It's not right to install this by default. networkd is extremely new, has no real world miles, and most importantly, simply does-not-do-anything-at-all unless you write configuration files for it. So, for folks who want to use networkd, they'll write config files, which means they're also in a position to type "systemctl enable systemd-networkd". It doesn't make any sense to enable this by default during install, since by default it doesn't serve any function. It's simply a waste of resources. It's also not very sensitive to the community at large to by default enable a brand new network management daemon. --- Makefile.am | 1 - 1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index f6c22bd..8099acd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4745,7 +4745,6 @@ USER_UNIT_ALIASES += \ GENERAL_ALIASES += \ $(systemunitdir)/remote-fs.target $(pkgsysconfdir)/system/multi-user.target.wants/remote-fs.target \ - $(systemunitdir)/systemd-networkd.service $(pkgsysconfdir)/system/multi-user.target.wants/systemd-networkd.service \ $(systemunitdir)/getty@.service $(pkgsysconfdir)/system/getty.target.wants/getty@tty1.service \ $(pkgsysconfdir)/user $(sysconfdir)/xdg/systemd/user \ ../system-services/org.freedesktop.systemd1.service $(dbussessionservicedir)/org.freedesktop.systemd1.service -- 1.8.5.4 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel