From 0d25e8b030d4177a26fcabfcfd2b1e054e89c91d Mon Sep 17 00:00:00 2001
From: Nils K <24257556+septatrix@users.noreply.github.com>
Date: Mon, 23 Sep 2024 21:01:38 +0200
Subject: [PATCH 0888/1160] Fix reference to FileDescriptorStoreMax= directive
(cherry picked from commit 543015a164c1fbf22c13c357efb180cf1adc5f03)
(cherry picked from commit c1431b7eff6f8d6b0d571c1ec7bfc49cefbba1f4)
docs/FILE_DESCRIPTOR_STORE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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.
--
2.33.0