From 6271d8dcebbfb7f1a7d06761836aa8fdbbc56514 Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Jul 09 2007 14:09:56 +0000 Subject: Add conf file. --- diff --git a/atd.sysconf b/atd.sysconf new file mode 100644 index 0000000..056ce81 --- /dev/null +++ b/atd.sysconf @@ -0,0 +1,9 @@ +# specify additional command line arguments for atd +# +# -l Specifies a limiting load factor, over which batch jobs should not be run, instead of the compile-time +# choice of 0.8. For an SMP system with n CPUs, you will probably want to set this higher than n-1. +# +# -b Specifiy the minimum interval in seconds between the start of two batch jobs (60 default). + +#example: +#OPTS="-l 4 -b 120"