summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNils K <24257556+septatrix@users.noreply.github.com>2024-09-23 21:01:38 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-09-25 16:16:29 +0200
commit543015a164c1fbf22c13c357efb180cf1adc5f03 (patch)
tree108ebe9ba6a88779eef4718eec73c638b3ae8325 /docs
parentmachine: resolve race condition in TEST-13-NSPAWN.machinectl.sh (diff)
downloadsystemd-543015a164c1fbf22c13c357efb180cf1adc5f03.tar.xz
systemd-543015a164c1fbf22c13c357efb180cf1adc5f03.zip
Fix reference to FileDescriptorStoreMax= directive
Diffstat (limited to 'docs')
-rw-r--r--docs/FILE_DESCRIPTOR_STORE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FILE_DESCRIPTOR_STORE.md b/docs/FILE_DESCRIPTOR_STORE.md
index 206dda7038..757a2a2708 100644
--- a/docs/FILE_DESCRIPTOR_STORE.md
+++ b/docs/FILE_DESCRIPTOR_STORE.md
@@ -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.