systemd: 231 -> 232

Includes adding some more upstream units and removing obsolete (-.slice) ones.
This commit is contained in:
Robin Gloster
2017-01-26 17:52:52 +01:00
parent 6973c7739e
commit a38f1911d3
4 changed files with 28 additions and 22 deletions
+3 -1
View File
@@ -71,7 +71,9 @@ in
config = mkIf cfg.enable {
systemd.additionalUpstreamSystemUnits = [ "systemd-resolved.service" ];
systemd.additionalUpstreamSystemUnits = [
"systemd-resolved.service" "org.freedesktop.resolve1.busname"
];
systemd.services.systemd-resolved = {
wantedBy = [ "multi-user.target" ];