diff options
author | Erich Eckner <git@eckner.net> | 2020-04-26 01:05:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-04-26 01:05:24 +0200 |
commit | ba4f8853738fc9afbf95d71c2ac6b830fdcc86cf (patch) | |
tree | 5a119b8f7ae85ab5e7e57e74c0d571463228478c | |
parent | ce8a16a4c38f33018c156b2ca92bf147156ecd8c (diff) | |
download | shutdownasap-ba4f8853738fc9afbf95d71c2ac6b830fdcc86cf.tar.xz |
update man page
-rw-r--r-- | shutdownasap.1.in | 6 |
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 |