1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00
This commit is contained in:
rycee 2024-08-23 12:04:34 +00:00
parent 6ffac1c71d
commit 7a47f02f45

View file

@ -74282,13 +74282,11 @@ systemd socket unit configuration</p>
should be started. Additionally, stop obsolete services from the should be started. Additionally, stop obsolete services from the
previous generation.</p><p>The alternatives are</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">suggest</code> (or <code class="literal">false</code>)</span></dt><dd><p>Use a very simple shell script to print suggested previous generation.</p><p>The alternatives are</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">suggest</code> (or <code class="literal">false</code>)</span></dt><dd><p>Use a very simple shell script to print suggested
<span class="command"><strong>systemctl</strong></span> commands to run. You will have to <span class="command"><strong>systemctl</strong></span> commands to run. You will have to
manually run those commands after the switch.</p></dd><dt><span class="term"><code class="literal">legacy</code> (or <code class="literal">true</code>)</span></dt><dd><p>Use a Ruby script to, in a more robust fashion, determine the manually run those commands after the switch.</p></dd><dt><span class="term"><code class="literal">legacy</code></span></dt><dd><p>Use a Ruby script to, in a more robust fashion, determine the
necessary changes and automatically run the necessary changes and automatically run the
<span class="command"><strong>systemctl</strong></span> commands.</p></dd><dt><span class="term"><code class="literal">sd-switch</code></span></dt><dd><p>Use sd-switch, a third party application, to perform the service <span class="command"><strong>systemctl</strong></span> commands. Note, this alternative will soon
updates. This tool offers more features while having a small be removed.</p></dd><dt><span class="term"><code class="literal">sd-switch</code> (or <code class="literal">true</code>)</span></dt><dd><p>Use sd-switch, a tool that determines the necessary changes and
closure size. Note, it requires a fully functional user D-Bus automatically apply them.</p></dd></dl></div>
session. Once tested and deemed sufficiently robust, this will
become the default.</p></dd></dl></div>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
boolean or one of “suggest”, “legacy”, “sd-switch”</p> boolean or one of “suggest”, “legacy”, “sd-switch”</p>