summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-09-19 17:00:07 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-09-19 17:00:07 +0200
commitf81d43b94cabb35acff0b419fd5a4530e1dff337 (patch)
treec9f4750a81ef4a925ae39197b7a7e8579137d57a /pkgs/os-specific/linux/systemd
parentd0e3cde9a12a618267aa7465fddc1061e83ecce4 (diff)
parent0b12d44c06dccbfedaae89cb00f782d7c89fc814 (diff)
downloadnixpkgs-f81d43b94cabb35acff0b419fd5a4530e1dff337.tar
nixpkgs-f81d43b94cabb35acff0b419fd5a4530e1dff337.tar.gz
nixpkgs-f81d43b94cabb35acff0b419fd5a4530e1dff337.tar.bz2
nixpkgs-f81d43b94cabb35acff0b419fd5a4530e1dff337.tar.lz
nixpkgs-f81d43b94cabb35acff0b419fd5a4530e1dff337.tar.xz
nixpkgs-f81d43b94cabb35acff0b419fd5a4530e1dff337.tar.zst
nixpkgs-f81d43b94cabb35acff0b419fd5a4530e1dff337.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 2eb8777d995..33f11316f40 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -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;