diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 16:18:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 16:18:03 +0100 |
commit | 0da88f38ccaaae3edbb50b6ae3201a591d01d114 (patch) | |
tree | 81a6700866e9b9542b6013ea95dc1ba2019789fd /README | |
parent | a file guide (diff) | |
download | sat-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 'README')
-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). |