summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshutdownasap.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/shutdownasap.conf.in b/shutdownasap.conf.in
index 3795467..cfd9f91 100755
--- a/shutdownasap.conf.in
+++ b/shutdownasap.conf.in
@@ -32,5 +32,8 @@ beforeWatchHook() {
# hook to execute before shutting down
beforeShutDownHook() {
+ if command -v doalogwatch >/dev/null; then
+ doalogwatch
+ fi
true
}