cockpit.conf

cockpit.conf — Cockpit configuration file

DESCRIPTION

Cockpit can be configured via /etc/cockpit.conf. That file has a INI file syntax and thus contains key / value pairs, grouped into topical groups. For example, to set the "group" key in the "login" group to the value "adm", place this into /etc/cockpit.conf:

      [login]
      group = adm
    

No configuration options are defined at the moment. How disappointing.

AUTHOR

Written by Marius Vollmer .

BUGS

Please send bug reports to either the distribution bug tracker or the upstream bug tracker at https://redhat.com/TODO.

SEE ALSO

cockpitd(8), cockpit-ws(8)