From: Yu Watanabe Date: Sat, 25 Nov 2023 20:43:46 +0000 (+0900) Subject: man: also SIGKILL is sent on soft-reboot X-Git-Tag: v255-rc4~41^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2601482b8517c228d834341039cc7768da20ea76;p=thirdparty%2Fsystemd.git man: also SIGKILL is sent on soft-reboot --- 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.