* Added default sysctl.conf * Added usher to manage sysctl.conf * Added /etc/sysctl.d
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
# Configuration for kernel values in /proc/sys
|
|
# See sysctl.conf (5) for details
|
|
|
|
# The four values in printk denote: console_loglevel,
|
|
# default_message_loglevel, minimum_console_loglevel and
|
|
# default_console_loglevel respectively.
|
|
#kernel.printk = 3 4 1 3
|
|
|
|
# Setting the following to 1 will disable ipv6
|
|
#net.ipv6.conf.all.disable_ipv6 = 1
|