diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 22:38:58 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 22:38:58 +0100 |
commit | 0c05001613ff6ce772ddd2bb22c587e1ac18abdc (patch) | |
tree | b1a0f86a67a6172a14b90b13ef7b3a86761f241d /README | |
parent | satq and satr does not take any arguments (diff) | |
download | sat-0c05001613ff6ce772ddd2bb22c587e1ac18abdc.tar.gz sat-0c05001613ff6ce772ddd2bb22c587e1ac18abdc.tar.bz2 sat-0c05001613ff6ce772ddd2bb22c587e1ac18abdc.tar.xz |
at should not be merge into cron
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
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. + 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). + ENVIRONMENY XDG_RUNTIME_DIR This environment variable names the directory in which |