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:
6868 <match> <4>
6969 priority: <priority> <5>
7070 profile: <tuned_profile_name> <6>
71+ operand: <7>
72+ debug: <bool> <8>
73+ tunedConfig:
74+ reapply_sysctl: <bool> <9>
7175----
7276<1> Optional.
7377<2> A dictionary of key/value `MachineConfig` labels. The keys must be unique.
7478<3> If omitted, profile match is assumed unless a profile with a higher priority matches first or `machineConfigLabels` is set.
7579<4> An optional list.
7680<5> Profile ordering priority. Lower numbers mean higher priority (`0` is the highest priority).
7781<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.
7885
7986`<match>` is an optional list recursively defined as follows:
8087
You can’t perform that action at this time.
0 commit comments