From 2601482b8517c228d834341039cc7768da20ea76 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 26 Nov 2023 05:43:46 +0900 Subject: [PATCH] man: also SIGKILL is sent on soft-reboot --- man/systemd-soft-reboot.service.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-soft-reboot.service.xml b/man/systemd-soft-reboot.service.xml index 8884c247742..14178c423b0 100644 --- a/man/systemd-soft-reboot.service.xml +++ b/man/systemd-soft-reboot.service.xml @@ -30,8 +30,8 @@ systemd-soft-reboot.service is a system service that is pulled in by soft-reboot.target and is responsible for performing a userspace-only reboot operation. When invoked, it will send the SIGTERM signal to any processes left - running (but does not follow up with SIGKILL, and does not wait for the processes to - exit). If the /run/nextroot/ directory exists (which may be a regular directory, a + running (but does not wait for the processes to exit), and follow up with SIGKILL. + If the /run/nextroot/ directory exists (which may be a regular directory, a directory mount point or a symlink to either) then it will switch the file system root to it. It then reexecutes the service manager off the (possibly now new) root file system, which will enqueue a new boot transaction as in a normal reboot. -- 2.47.3