From bf5b6315e7a6907c6a95564e7042f90f9aed632a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 6 Apr 2023 17:34:06 +0000 Subject: Doc typo fixes Signed-off-by: Laurent Bercot --- doc/s6-rc-update.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/s6-rc-update.html') diff --git a/doc/s6-rc-update.html b/doc/s6-rc-update.html index 5b52a6b..0883a22 100644 --- a/doc/s6-rc-update.html +++ b/doc/s6-rc-update.html @@ -281,18 +281,18 @@ process in charge of it will still show up in the process list as s6-supervise oldname. This is purely cosmetic and will have no impact on the service; nevertheless, if you wish to avoid that, simply force a restart on every longrun you rename. -
  • After a s6-rc-update invocation, the old compiled service database +
  • After an s6-rc-update invocation, the old compiled service database is left unchanged where it was, and the new compiled service database is used in-place. If the machine is rebooted, the s6-rc-init invocation will still boot on the old compiled unless more work is performed. It is recommended to keep a current symbolic link to the current compiled, to always s6-rc-init on current, and to -make current a link to the new compiled right after a s6-rc-update +make current a link to the new compiled right after an s6-rc-update invocation.
  • s6-rc-update is the only way to "free" the old compiled database for displacement or deletion. A live compiled database must not be -tampered with. After a s6-rc-update invocation, the old database isn't +tampered with. After an s6-rc-update invocation, the old database isn't live anymore and can be moved or deleted; instead, newdb is live.
  • -- cgit v1.3.1