diff --git a/man/systemd-soft-reboot.service.xml b/man/systemd-soft-reboot.service.xml index 8884c24774..14178c423b 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.