summaryrefslogtreecommitdiffstats
path: root/source/ap/at/atd.default
blob: b70fad0b39ed566bba646ac87d604d9eac6b5b00 (plain) (blame)
1
2
3
4
5
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"