* 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
This commit is contained in:
Eelco Dolstra 2010-08-19 14:50:48 +00:00
parent c55f496c52
commit 4c8fb8d4b2

View File

@ -99,9 +99,7 @@ in
fi
'';
daemonType = "fork";
exec = "${at}/sbin/atd";
exec = "${at}/sbin/atd -f";
};
};