summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-09-22 15:14:40 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2023-09-25 12:30:02 +0200
commit61afc53924dd3263e7b76b1323a5fe61d589ffd2 (patch)
treedbee7ba577002dadd4c988e27de2082f2d64ea9b
parentupdate TODO (diff)
downloadsystemd-61afc53924dd3263e7b76b1323a5fe61d589ffd2.tar.xz
systemd-61afc53924dd3263e7b76b1323a5fe61d589ffd2.zip
docs/FDS: add missing article and reword sentence
-rw-r--r--docs/FILE_DESCRIPTOR_STORE.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/FILE_DESCRIPTOR_STORE.md b/docs/FILE_DESCRIPTOR_STORE.md
index 6cd6e1d3bd..6cb569d6a4 100644
--- a/docs/FILE_DESCRIPTOR_STORE.md
+++ b/docs/FILE_DESCRIPTOR_STORE.md
@@ -183,11 +183,12 @@ Pass-Through](https://www.freedesktop.org/software/systemd/man/systemd-soft-rebo
# initrd Transitions
-The fdstore may also be used to hand over file descriptor to resources from the
-initrd context to the main system. This is important as code running off the
-initrd should generally not continue to run after the initrd to host
-transition, since it pins the backing files from the initrd, and might run a
-slightly different version of things than the host.
+The fdstore may also be used to pass file descriptors for resources from the
+initrd context to the main system. Restarting all processes after the
+transition is important as code running in the initrd should generally not
+continue to run after the switch to the host file system, since that pins
+backing files from the initrd, and the initrd might contain different versions
+of programs than the host.
Any service that still runs during the initrd→host transition will have its
fdstore passed over the transition, where it will be passed back to any queued