From 7a47f02f459e9ba353776c4083dcdde2ba4aa1d6 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 23 Aug 2024 12:04:34 +0000 Subject: [PATCH] deploy: b18f3ebc4029c22d437e3424014c8597a8b459a0 --- options.xhtml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/options.xhtml b/options.xhtml index 7c6cd06d4..bcab82dff 100644 --- a/options.xhtml +++ b/options.xhtml @@ -74282,13 +74282,11 @@ systemd socket unit configuration

should be started. Additionally, stop obsolete services from the previous generation.

The alternatives are

suggest (or false)

Use a very simple shell script to print suggested systemctl commands to run. You will have to -manually run those commands after the switch.

legacy (or true)

Use a Ruby script to, in a more robust fashion, determine the +manually run those commands after the switch.

legacy

Use a Ruby script to, in a more robust fashion, determine the necessary changes and automatically run the -systemctl commands.

sd-switch

Use sd-switch, a third party application, to perform the service -updates. This tool offers more features while having a small -closure size. Note, it requires a fully functional user D-Bus -session. Once tested and deemed sufficiently robust, this will -become the default.

+systemctl commands. Note, this alternative will soon +be removed.

sd-switch (or true)

Use sd-switch, a tool that determines the necessary changes and +automatically apply them.

Type: boolean or one of “suggest”, “legacy”, “sd-switch”