From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:01:38 +0000 (+0200) Subject: Fix reference to FileDescriptorStoreMax= directive X-Git-Tag: v257-rc1~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543015a164c1fbf22c13c357efb180cf1adc5f03;p=thirdparty%2Fsystemd.git Fix reference to FileDescriptorStoreMax= directive --- diff --git a/docs/FILE_DESCRIPTOR_STORE.md b/docs/FILE_DESCRIPTOR_STORE.md index 206dda7038e..757a2a27080 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.