]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Remove OSConfig project mentioning for systemd-confext
authorKai Lueke <kailuke@microsoft.com>
Mon, 6 May 2024 04:06:51 +0000 (13:06 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 6 May 2024 08:54:15 +0000 (10:54 +0200)
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

index de032f48cbec4f622668157f680b8aca5b1459e6..c9bbf49907d46db0f2944c6edcd8dd6d5a1095bb 100644 (file)
     the underlying host <filename>/usr/</filename> is managed as immutable disk image or is a traditional
     package manager controlled (i.e. writable) tree.</para>
 
-    <para>For the confext case, the OSConfig project aims to perform runtime reconfiguration of OS services.
+    <para>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.</para></refsect1>
+    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.</para></refsect1>
 
   <refsect1>
     <title>Mutability</title>