From 4c8fb8d4b2f467880e08ab6da9768e073754924f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 19 Aug 2010 14:50:48 +0000 Subject: [PATCH] * The "atd" job tends to fail randomly on startup for unknown reasons. Doing "atd -f" seems to work better. svn path=/nixos/trunk/; revision=23251 --- modules/services/scheduling/atd.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/services/scheduling/atd.nix b/modules/services/scheduling/atd.nix index 2934e2117c7e..3c3aca6f5a24 100644 --- a/modules/services/scheduling/atd.nix +++ b/modules/services/scheduling/atd.nix @@ -99,9 +99,7 @@ in fi ''; - daemonType = "fork"; - - exec = "${at}/sbin/atd"; + exec = "${at}/sbin/atd -f"; }; };