Disabling console-conf from gadget or core config option

Note that there is actually now a system configuration option you can set in your gadget to disable console-conf,

defaults:
  system:
    service:
      console-conf:
        disable: true

This option only works when set from a gadget, it does not work to set dynamically at runtime with snap set.

1 Like