From a19482528e009cfb80c0c1cdf1a289c6fe12274a Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Nov 04 2022 13:23:42 +0000 Subject: Describes iss867 --- diff --git a/modules/release-notes/pages/sysadmin/System_Utilities.adoc b/modules/release-notes/pages/sysadmin/System_Utilities.adoc index 05c5a23..edcd064 100644 --- a/modules/release-notes/pages/sysadmin/System_Utilities.adoc +++ b/modules/release-notes/pages/sysadmin/System_Utilities.adoc @@ -2,3 +2,16 @@ include::{partialsdir}/entities.adoc[] [[sect-system-utilities]] = System Utilities + + +[[preset-all-systemd-units-on-first-boot]] +== Preset all systemd units on first boot + +On a Fedora system you booted from an image without the fully populated `/etc/` directory (https://www.freedesktop.org/software/systemd/man/machine-id.html#First%20Boot%20Semantics[First Boot]), `systemd` will execute an equivalent of the `systemctl preset-all` command. As a result, units will be enabled or disabled according to the preset configuration. + +[NOTE] +==== +The `systemd` service manager will disable any units, to which you manually created symbolic links against the preset rules. +==== + +You can use the `systemctl preset-all` command at any time to apply the preset configuration. If you did not make any prior local changes to the configuration, the command would make no changes to unit state. If you enabled or disabled some units, the command would return unit enablement to the after-installation pristine state.