From 2a4e570485e8dee285843ca46f6dd6155972c437 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 6 Jun 2023 19:27:21 +0000 Subject: Add notification to shutdownd This saves 1 second between stage 3 and stage 4. Signed-off-by: Laurent Bercot --- doc/s6-linux-init-shutdownd.html | 9 ++++++++- doc/upgrade.html | 2 ++ src/init/s6-linux-init-maker.c | 3 ++- src/shutdown/s6-linux-init-shutdownd.c | 17 +++++++++++++++-- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/doc/s6-linux-init-shutdownd.html b/doc/s6-linux-init-shutdownd.html index b0d42f4..7b504d9 100644 --- a/doc/s6-linux-init-shutdownd.html +++ b/doc/s6-linux-init-shutdownd.html @@ -27,7 +27,7 @@ directly by the user.

Interface

-     s6-linux-init-shutdownd [ -c basedir ] [ -g gracetime ] [ -C ] [ -B ]
+     s6-linux-init-shutdownd [ -d notif ] [ -c basedir ] [ -g gracetime ] [ -C ] [ -B ]