Fix reference to FileDescriptorStoreMax= directive
authorNils K <24257556+septatrix@users.noreply.github.com>
Mon, 23 Sep 2024 19:01:38 +0000 (21:01 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 8 Oct 2024 15:39:12 +0000 (16:39 +0100)
(cherry picked from commit 543015a164c1fbf22c13c357efb180cf1adc5f03)

docs/FILE_DESCRIPTOR_STORE.md

index 206dda7038e1fea9c69e298b498733b52612a325..757a2a270804c9f89681d42d73aedcf732b7d559 100644 (file)
@@ -208,6 +208,6 @@ service.
 The
 [`systemd-run`](https://www.freedesktop.org/software/systemd/man/systemd-run.html)
 tool may be used to quickly start a testing binary or similar as a service. Use
-`-p FileDescriptorStore=4711` to enable the fdstore from `systemd-run`'s
+`-p FileDescriptorStoreMax=4711` to enable the fdstore from `systemd-run`'s
 command line. By using the `-t` switch you can even interactively communicate
 via processes spawned that way, via the TTY.