]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix env var name in random seed markdown documentation
authorLennart Poettering <lennart@poettering.net>
Thu, 8 Aug 2019 11:31:40 +0000 (13:31 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 10 Aug 2019 21:10:58 +0000 (06:10 +0900)
docs/RANDOM_SEEDS.md

index 7edf7c2d6a51072f730eb38034a3fd74265eee55..926238a3aedf3715f83fe2abc01b6bc4796502a7 100644 (file)
@@ -190,12 +190,12 @@ boot, in order to ensure the entropy pool is filled up quickly.
    master images of an OS are created, and thus replicated into every
    installation. If OS image builders carefully reset the random seed file
    before generating the image it should be safe to credit entropy, which can
-   be enabled by setting the `$SYSTEMD_RANDOM_SEED` environment variable for
-   the service to `1`. Note however, that this service typically runs
-   relatively late during early boot: long after the initial RAM disk
-   (`initrd`) completed, and after the `/var/` file system became
-   writable. This is usually too late for many applications, it is hence not
-   advised to rely exclusively on this functionality to seed the kernel's
+   be enabled by setting the `$SYSTEMD_RANDOM_SEED_CREDIT` environment variable
+   for the service to `1` (or even `force`, see man page). Note however, that
+   this service typically runs relatively late during early boot: long after
+   the initial RAM disk (`initrd`) completed, and after the `/var/` file system
+   became writable. This is usually too late for many applications, it is hence
+   not advised to rely exclusively on this functionality to seed the kernel's
    entropy pool. Also note that this service synchronously waits until the
    kernel's entropy pool is initialized before completing start-up. It may thus
    be used by other services as synchronization point to order against, if they