diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-11-30 20:28:36 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-16 00:56:53 -0500 |
commit | b34aa60fd0b9027bc940fa1f5d3eec76d10bab47 (patch) | |
tree | 18aa1144fcce3e0e51ac15f67ad0cf52c40f346a /man | |
parent | b2f8aff2557dbb48f28dbafe37c34aee6a993020 (diff) | |
download | systemd-b34aa60fd0b9027bc940fa1f5d3eec76d10bab47.tar.gz |
man: document that we set both soft and hard limits for Limit directives
See
http://cgit.freedesktop.org/systemd/systemd/tree/src/core/load-fragment.c#n1100
(cherry picked from commit 6067b34a1f770f845157f15b0c85b2f1140a2351)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index fe4fde8c58..62a690adab 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -708,9 +708,9 @@ <term><varname>LimitNICE=</varname></term> <term><varname>LimitRTPRIO=</varname></term> <term><varname>LimitRTTIME=</varname></term> - <listitem><para>These settings control - various resource limits for executed - processes. See + <listitem><para>These settings set both + soft and hard limits of various resources for + executed processes. See <citerefentry><refentrytitle>setrlimit</refentrytitle><manvolnum>2</manvolnum></citerefentry> for details. Use the string <varname>infinity</varname> to |