1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-04 17:47:03 +03:00

Fix reference to FileDescriptorStoreMax= directive

(cherry picked from commit 543015a164c1fbf22c13c357efb180cf1adc5f03)
(cherry picked from commit c1431b7eff6f8d6b0d571c1ec7bfc49cefbba1f4)
This commit is contained in:
Nils K 2024-09-23 21:01:38 +02:00 committed by Luca Boccassi
parent b71956482c
commit 0d25e8b030

View 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.