# 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"