====== ctrl/modopts.d directory ======
The ''modopts.d'' sub-directory off of the ''[[dir:ctrl]]'' directory contains module-specific configuration files (in ''[[config:ini_files|.ini]]'' format).

These files are merged with the contents of the ''[[dir:ctrl]]/[[config:modopts.ini]]'' file via this line in that file:
  !include modopts.d/*.ini
  
Adding ''.ini'' files to this directory is virtually the same as adding the contents of those files into the ''modopts.ini'' file.

**Note**: The ''modopts.d/*.ini'' files must still contain their module-specific section heading (e.g. ''[modname]'').

===== See Also =====
  * [[:dir:|dir index]]

{{tag>module configuration .ini}}
