aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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).