From 88b51ceb560ce4fa75c0ec6835c97fd5f989b2dd Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Mon, 6 May 2024 13:06:51 +0900 Subject: [PATCH] man: Remove OSConfig project mentioning for systemd-confext The systemd-confext use case description was mentioning an OSConfig project which won't say much to users. Also, it's good to call out that systemd-confext provides a reliable way to manage configuration because in contrast to other tools it will remove all old configuration files. --- man/systemd-sysext.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/systemd-sysext.xml b/man/systemd-sysext.xml index de032f48cbe..c9bbf49907d 100644 --- a/man/systemd-sysext.xml +++ b/man/systemd-sysext.xml @@ -206,11 +206,13 @@ the underlying host /usr/ is managed as immutable disk image or is a traditional package manager controlled (i.e. writable) tree. - For the confext case, the OSConfig project aims to perform runtime reconfiguration of OS services. + With systemd-confext one can perform runtime reconfiguration of OS services. Sometimes, there is a need to swap certain configuration parameter values or restart only a specific service without deployment of new code or a complete OS deployment. In other words, we want to be able to tie the most frequently configured options to runtime updateable flags that can be changed without a - system reboot. This will help reduce servicing times when there is a need for changing the OS configuration. + system reboot. This will help reduce servicing times when there is a need for changing the OS configuration. + It also provides a reliable tool for managing configuration because all old configuration files disappear when + the systemd-confext image is removed. Mutability -- 2.47.3