Merge pull request #68906 from edolstra/revert-interface-version

Revert systemd interface version to 2
This commit is contained in:
Eelco Dolstra
2019-09-19 14:09:18 +02:00
committed by GitHub
2 changed files with 14 additions and 7 deletions

View File

@@ -223,7 +223,7 @@ in stdenv.mkDerivation {
# in a backwards-incompatible way. If the interface version of two
# systemd builds is the same, then we can switch between them at
# runtime; otherwise we can't and we need to reboot.
passthru.interfaceVersion = 3;
passthru.interfaceVersion = 2;
meta = with stdenv.lib; {
homepage = http://www.freedesktop.org/wiki/Software/systemd;