From fc53809803cd2bc2434e312b19a18fa36776da12 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:40 +0200 Subject: Adding upstream version 256. Signed-off-by: Daniel Baumann --- man/systemd.preset.xml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'man/systemd.preset.xml') diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml index 5d46a88..dcc740a 100644 --- a/man/systemd.preset.xml +++ b/man/systemd.preset.xml @@ -1,7 +1,7 @@ + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> @@ -21,12 +21,16 @@ - /etc/systemd/system-preset/*.preset - /run/systemd/system-preset/*.preset - /usr/lib/systemd/system-preset/*.preset - /etc/systemd/user-preset/*.preset - /run/systemd/user-preset/*.preset - /usr/lib/systemd/user-preset/*.preset + + /etc/systemd/system-preset/*.preset + /run/systemd/system-preset/*.preset + /usr/local/lib/systemd/system-preset/*.preset + /usr/lib/systemd/system-preset/*.preset + /etc/systemd/user-preset/*.preset + /run/systemd/user-preset/*.preset + /usr/local/lib/systemd/user-preset/*.preset + /usr/lib/systemd/user-preset/*.preset + @@ -39,7 +43,7 @@ systemctl preset is used by the post install scriptlets of rpm packages (or other OS package formats), to enable/disable specific units by default on package installation, enforcing - distribution, spin or administrator preset policy. This allows choosing a certain set of units to be + distribution, spin, or administrator preset policy. This allows choosing a certain set of units to be enabled/disabled even before installing the actual package. For more information, see systemctl1. @@ -54,7 +58,9 @@ When the machine is booted for the first time, systemd1 will enable/disable all units according to preset policy, similarly to systemctl - preset-all. Also see "First Boot Semantics" in + preset-all. Also see ConditionFirstBoot= in + systemd.unit5 and + "First Boot Semantics" in machine-id5. @@ -205,11 +211,11 @@ disable * See Also - - systemd1, - systemctl1, - systemd-delta1 - + + systemd1 + systemctl1 + systemd-delta1 + daemon7 has a discussion of packaging scriptlets. -- cgit v1.2.3