File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,20 @@ The individual items of the list:
68
68
<match> <4>
69
69
priority: <priority> <5>
70
70
profile: <tuned_profile_name> <6>
71
+ operand: <7>
72
+ debug: <bool> <8>
73
+ tunedConfig:
74
+ reapply_sysctl: <bool> <9>
71
75
----
72
76
<1> Optional.
73
77
<2> A dictionary of key/value `MachineConfig` labels. The keys must be unique.
74
78
<3> If omitted, profile match is assumed unless a profile with a higher priority matches first or `machineConfigLabels` is set.
75
79
<4> An optional list.
76
80
<5> Profile ordering priority. Lower numbers mean higher priority (`0` is the highest priority).
77
81
<6> A TuneD profile to apply on a match. For example `tuned_profile_1`.
82
+ <7> Optional operand configuration.
83
+ <8> Turn debugging on or off for the TuneD daemon. Options are `true` for on or `false` for off. The default is `false`.
84
+ <9> Turn `reapply_sysctl` functionality on or off for the TuneD daemon. Options are `true` for on and `false` for off.
78
85
79
86
`<match>` is an optional list recursively defined as follows:
80
87
You can’t perform that action at this time.
0 commit comments