summaryrefslogtreecommitdiffstats
path: root/patches/source/at/atd.default
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/at/atd.default')
-rw-r--r--patches/source/at/atd.default6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches/source/at/atd.default b/patches/source/at/atd.default
new file mode 100644
index 000000000..b70fad0b3
--- /dev/null
+++ b/patches/source/at/atd.default
@@ -0,0 +1,6 @@
+# Default options for the atd daemon:
+#
+# -b 15: minimal interval in seconds between two jobs
+# -l 1: do not start new jobs if the load average is above 1
+
+ATD_OPTS="-b 15 -l 1"