Files
kumomta/docs/reference/events/pre_init.md
T
Wez Furlong 36a14f1ff7 docs: add explicit titles to event reference pages
This makes it easier to search for eg: get_egress_path_config and have
mkdocs return that page as a result.
2025-05-16 06:35:45 -07:00

391 B

title
title
pre_init

kumo.on('pre_init', FUNCTION)

{{since('2023.11.28-b5252a41')}}

The pre_init event is triggered once when the kumod process initializes, prior to triggering the init event.

pre_init can be registered multiple times.

The intended purpose of this event is to be used by lua helper modules to aid in building up optional modular functionality.