firstaidkit.conf(5) - Linux man page
Name
firstaidkit.conf - FirstAidKit configuration file
Description
This file controls the environment and execution arguments for the main plugin engine as well as for the
included plugins in FirstAidKit. The most important information present in this file are the paths to plugins and frontends.
FirstAidKit is also able to output complete configuration used to run current task. It is then possible to save it to file and use it to start another run
with the exact same arguments.
Format
This file uses the standard win .ini formatting. See the example bellow:
[section]
key = value
long-key = "value with spaces"
Files
You can find the configuration file as /etc/firstaidkit/firstaidkit.conf or $HOME/.firstaidkit.conf. It is also
possible to save it somewhere else, but you have to explicitly point the firstaidkit executable to it.
See Also
Please see the configuration file in the package for complete descriptions of available sections and keys.
Author
Martin Sivak (msivak (at) redthat (dot) com)