diff options
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |