4 |
- |
1 |
# ktune service configuration
|
|
|
2 |
|
|
|
3 |
# This is the ktune sysctl file. You can comment this out to prevent ktune
|
|
|
4 |
# from applying its sysctl settings.
|
|
|
5 |
#SYSCTL="/etc/sysctl.ktune"
|
|
|
6 |
|
|
|
7 |
# Use *.conf files in the ktune configuration directory /etc/ktune.d.
|
|
|
8 |
# Value: yes|no, default: yes
|
|
|
9 |
# It is useful if you want to load settings from additional files. Set this to
|
|
|
10 |
# no if you to prevent ktune from using these additional files.
|
|
|
11 |
USE_KTUNE_D="yes"
|
|
|
12 |
|
|
|
13 |
# This is the custom sysctl configuration file. Any settings in this file will
|
|
|
14 |
# be applied after the ktune settings, overriding them. Comment this out to
|
|
|
15 |
# use only the ktune settings.
|
34 |
- |
16 |
SYSCTL_POST="/etc/sysctl.conf /etc/sysctl.d/*"
|
4 |
- |
17 |
|