systemd: 231 -> 232

Includes adding some more upstream units and removing obsolete (-.slice) ones.
This commit is contained in:
Robin Gloster
2017-01-26 01:52:38 +01:00
parent 6973c7739e
commit a38f1911d3
4 changed files with 28 additions and 22 deletions

View File

@@ -667,8 +667,10 @@ in
config = mkIf config.systemd.network.enable {
systemd.additionalUpstreamSystemUnits =
[ "systemd-networkd.service" "systemd-networkd-wait-online.service" ];
systemd.additionalUpstreamSystemUnits = [
"systemd-networkd.service" "systemd-networkd-wait-online.service"
"org.freedesktop.network1.busname"
];
systemd.network.units = mapAttrs' (n: v: nameValuePair "${n}.link" (linkToUnit n v)) cfg.links
// mapAttrs' (n: v: nameValuePair "${n}.netdev" (netdevToUnit n v)) cfg.netdevs