config bpftune 'config'
    option enabled '0'
    option logging_stdout '0'
    # Learning rate: 0 (~1%) to 4 (~25%), default: 4
    # Lowering this value reduces the frequency of adjustments and messages
    option learning_rate '2'
    # Rollback mode: undo changes if bpftune stops (1 = yes)
    option rollback '0'
    # Force legacy BPF mode
    option legacy '0'
    # cgroup directory (leave empty for the default value)
    option cgroup ''
    # bpftune library directory (leave empty for the default value /usr/lib/bpftune)
    option libdir '/usr/lib/bpftune'
    # List of tuners to disable (space separated)
    # Available tuners: tcp_buffer tcp_conn ip_frag neigh_table sysctl net_buffer netns route_table udp_buffer
    # Example: option tuners_disabled 'tcp_buffer netns'
    option tuners_disabled ''
    # Tuner allowlist (if set, only these tuners will be active)
    option tuners_allowed ''
    # Respawn options for procd
    option respawn_threshold '3600'
    option respawn_timeout '5'
    option respawn_retry '5'