aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 7cb23bb..1bfc250 100644
--- a/README
+++ b/README
@@ -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.