diff options
Diffstat (limited to 'package/at/Config.in')
-rw-r--r-- | package/at/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/at/Config.in b/package/at/Config.in new file mode 100644 index 000000000..9f2bdc5df --- /dev/null +++ b/package/at/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_AT + bool "at" + default n + help + At and batch read shell commands from standard input and + store them as jobs to be scheduled for execution in the + future. + + at - run the job at a specified time + batch - run the job when system load levels permit |