1
0
mirror of https://github.com/systemd/systemd synced 2024-06-29 06:34:30 +00:00
systemd/sysctl.d
Michal Koutný 761791bcf8 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
2023-10-31 13:07:49 +01:00
..
50-coredump.conf.in Drop split-usr and unmerged-usr support 2023-07-28 19:34:03 +01: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-10-31 13:07:49 +01:00
meson.build meson: use install_emptydir() and drop meson-make-symlink.sh 2023-08-08 22:11:34 +01: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.