systemd: lower priority to solve collisions with openresolv

This commit is contained in:
rnhmjoj
2019-05-08 12:55:25 +02:00
parent 5964b3a2e2
commit d16a24379a

View File

@@ -220,6 +220,7 @@ in stdenv.mkDerivation rec {
description = "A system and service manager for Linux";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
priority = 10;
maintainers = [ maintainers.eelco ];
};
}