2005-11-15 07:50:34 +01:00
|
|
|
config BR2_PACKAGE_AT
|
|
|
|
bool "at"
|
2012-03-19 16:40:06 +01:00
|
|
|
depends on BR2_USE_MMU
|
2005-11-15 07:50:34 +01:00
|
|
|
help
|
2013-11-11 17:23:23 +01:00
|
|
|
At and batch read shell commands from standard input and
|
|
|
|
store them as jobs to be scheduled for execution in the
|
|
|
|
future.
|
2005-11-15 07:50:34 +01:00
|
|
|
|
|
|
|
at - run the job at a specified time
|
|
|
|
batch - run the job when system load levels permit
|