diff --git a/pkgs/os-specific/linux/upstart/default.nix b/pkgs/os-specific/linux/upstart/default.nix index c43662be69d..07bc3e6fe75 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 = {