diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-09-30 15:31:40 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-01 11:35:46 +0200 |
commit | bfa769d185dab1d2e4d63cedca16e6fc96ddad8c (patch) | |
tree | fd14dcfa692c54bf56c73a5a2397823718e176e9 /man/systemd.xml | |
parent | manager: fix/change evaluation of ConditionFirstBoot (diff) | |
download | systemd-bfa769d185dab1d2e4d63cedca16e6fc96ddad8c.tar.xz systemd-bfa769d185dab1d2e4d63cedca16e6fc96ddad8c.zip |
man: add cross-links about preset operations
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index f4213e2ee8..1a68301d50 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -188,8 +188,13 @@ <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details about these target units.</para> - <para>systemd only keeps a minimal set of units loaded into memory. Specifically, the only units that are kept - loaded into memory are those for which at least one of the following conditions is true:</para> + <para>On first boot, <command>systemd</command> will enable or disable units according to preset policy. + See <citerefentry><refentrytitle>systemd.preset</refentrytitle><manvolnum>5</manvolnum></citerefentry> + and "First Boot Semantics" in + <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> + + <para>systemd only keeps a minimal set of units loaded into memory. Specifically, the only units that are + kept loaded into memory are those for which at least one of the following conditions is true:</para> <orderedlist> <listitem><para>It is in an active, activating, deactivating or failed state (i.e. in any unit state except for <literal>inactive</literal>)</para></listitem> |