diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 16:32:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 16:32:51 +0100 |
commit | dc683b07c672023a1b87364fc6c5bbddb832dafb (patch) | |
tree | 761a1dc0df6c482e433ae4cd6532e34608e11fdf /doc/info/chap | |
parent | satd(1): hooks (diff) | |
download | sat-dc683b07c672023a1b87364fc6c5bbddb832dafb.tar.gz sat-dc683b07c672023a1b87364fc6c5bbddb832dafb.tar.bz2 sat-dc683b07c672023a1b87364fc6c5bbddb832dafb.tar.xz |
the job spool is boot-private
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap')
-rw-r--r-- | doc/info/chap/overview.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo index 2033b84..b6b3eb8 100644 --- a/doc/info/chap/overview.texinfo +++ b/doc/info/chap/overview.texinfo @@ -24,6 +24,9 @@ cannot stop @command{autohaltd} by adding login entries, because @command{autohaltd} will only recognise them if they are in fact true logins. +@command{sat} stores the job queue in a file. However, +this file does not persist between reboot. + @command{sat} was written because @command{at} is far too complex and has a lot of issues. @command{at} sanitises the environment, @command{sat} does not do |