systemd: lower priority to solve collisions with openresolv
This commit is contained in:
parent
5964b3a2e2
commit
d16a24379a
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user