1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-07 17:17:44 +03:00
systemd-stable/sysctl.d
Michal Koutný 09fac9bc90 sysctl.d: Fix pid_max comment
The actual default is 2^15 and that is also 32b kernels default.
Fix the value, mention 32b and do not talk about default which may
depend on nr_cpus.

Fix: #29607
(cherry picked from commit 761791bcf8)
(cherry picked from commit 02eb3ed705)
2023-11-09 21:05:51 +00:00
..
50-coredump.conf.in meson: use jinja2 in sysctl.d/ 2021-05-19 10:24:43 +09:00
50-default.conf tree-wide: link to docs.kernel.org for kernel documentation 2022-07-04 19:56:53 +02:00
50-pid-max.conf sysctl.d: Fix pid_max comment 2023-11-09 21:05:51 +00:00
meson.build meson: also allow setting GIT_VERSION via templates 2022-04-05 22:18:31 +02:00
README Add READMEs in all .d directories 2021-03-26 09:35:07 +01:00

Files in this directory contain configuration for systemd-sysctl.service, a
service to configure sysctl kernel parameters.

See man:sysctl.d(5) for explanation of the configuration file format, and
man:sysctl(8) and man:systemd-sysctl.service(8) for a description of when and
how this configuration is applied.

Use 'systemd-analyze cat-config sysctl.d' to display the effective config.