From 4253490fd44c664a24a507f2fc8dea80eab9561d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 15 Feb 2010 15:55:54 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=20016 --- modules/system/upstart/upstart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/upstart/upstart.nix b/modules/system/upstart/upstart.nix index c4897d1259d..3fd9e2a5a22 100644 --- a/modules/system/upstart/upstart.nix +++ b/modules/system/upstart/upstart.nix @@ -4,7 +4,7 @@ with pkgs.lib; let - upstart = pkgs.upstart06; + upstart = pkgs.upstart; # Path for Upstart jobs. Should be quite minimal.