summaryrefslogtreecommitdiff
path: root/shutdownasap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'shutdownasap.1.in')
-rw-r--r--shutdownasap.1.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/shutdownasap.1.in b/shutdownasap.1.in
index d7d4ba3..976ca79 100644
--- a/shutdownasap.1.in
+++ b/shutdownasap.1.in
@@ -24,6 +24,12 @@ list of files with process ids whose processes must not be running before shutti
.B "beforeWatchHook"
routine which is called after start of \fBshutdownasap\fP, before watching above conditions
.TP
+.B "additionalWatchHookFast"
+routine which is called repeatedly to check if shutdown is safe (exit code 0) or not (exit code 1)
+.TP
+.B "additionalWatchHookSlow"
+routine which is called to check if shutdown is safe (exit code 0) or not (exit code 1) when all other checks passed
+.TP
.B "beforeShutDownHook"
routine which is called before shutting down
.SH FILES