aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-28 16:18:03 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-28 16:18:03 +0100
commit0da88f38ccaaae3edbb50b6ae3201a591d01d114 (patch)
tree81a6700866e9b9542b6013ea95dc1ba2019789fd /README
parenta file guide (diff)
downloadsat-0da88f38ccaaae3edbb50b6ae3201a591d01d114.tar.gz
sat-0da88f38ccaaae3edbb50b6ae3201a591d01d114.tar.bz2
sat-0da88f38ccaaae3edbb50b6ae3201a591d01d114.tar.xz
sat only has one queue
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 375d1e5..3eca018 100644
--- a/README
+++ b/README
@@ -34,6 +34,10 @@ RATIONALE
sat does not do system load analysis, this should be done in a
separate program.
+ sat only has one queue, queue can easily be emulated using dummy
+ commands, for example instead of 'my command', you can run
+ 'sh -c ": QUEUE-a ; my command"'.
+
at(1) should not be merged into cron(8). cron(8) does recurring
scheduled jobs, at(1) does one-time unscheduled jobs. atq(1) does
not translate to cron(8).