diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 17:12:55 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-23 17:16:14 +0100 |
commit | 27a441c61631f28909212c3ed993c134077cbdc2 (patch) | |
tree | 87904bac6915bbc01eb0b2cb179701dba00f2222 /README | |
parent | add readme (diff) | |
download | sat-27a441c61631f28909212c3ed993c134077cbdc2.tar.gz sat-27a441c61631f28909212c3ed993c134077cbdc2.tar.bz2 sat-27a441c61631f28909212c3ed993c134077cbdc2.tar.xz |
readme: considerations when using autohaltd too
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ DESCRIPTION sat can also print and edit the list of queued jobs. + If you are using autohaltd(8), you should set up hooks for at(1) + that pauses autohaltd(8) using SIGSTOP (and resume with SIGCONT) + when there are queued jobs. This would prevent autohaltd(8) from + shuting down the machine while there are queued jobs but no logins. + sat cannot stop autohaltd(8) by adding login entries, because + autohaltd(8) will only recognise them if they are in fact true + logins. + RATIONALE at(1) is far too complex. |