about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/os-specific/linux/upstart/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/upstart/default.nix b/pkgs/os-specific/linux/upstart/default.nix
index c43662be69d1..07bc3e6fe757 100644
--- a/pkgs/os-specific/linux/upstart/default.nix
+++ b/pkgs/os-specific/linux/upstart/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
   # Upstart builds is the same, then we can switch between them at
   # runtime; otherwise we can't and we need to reboot.
   passthru = {
-    interfaceVersion = 0;
+    interfaceVersion = 1;
   };
 
   meta = {