mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
7 lines
178 B
Text
7 lines
178 B
Text
|
# 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"
|