1.10 Configuration Files

All the configuration files in this section are case insensitive for key and non-literal values, for example bool (yes|no) and enum. Literal values and their cases are kept. Comment line should be prefixed with “*”. If there are errors in the configuration files, or the configuration files are not consistent, servers may fail to boot.

The configuration files are as follows:

The general format for configuration files is as follows.

Listing General Configuration File Format

[section name]
Field1=value1
Field2=value2
….
[section name]
….
[section name]
…