From 0346fee27e8e4b108c59d2ee88855333319e5ddc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 14 Feb 2025 10:50:27 +0100 Subject: [PATCH] development: document "import" hook PR: https://github.com/opnsense/core/issues/8325 --- source/development/backend/autorun.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/development/backend/autorun.rst b/source/development/backend/autorun.rst index 3bb8abcc..fd229559 100644 --- a/source/development/backend/autorun.rst +++ b/source/development/backend/autorun.rst @@ -34,6 +34,8 @@ They can contain any executable file (e.g. shell scripts) in the following subdi - early - start script before system network startup +- import + - run very early to allow overriding the opnsense-import functionality either by providing a /conf/config.xml beforehand or modifying the default import afterwards - monitor (deprecated) - scripts handling gateway monitoring alerts, no longer in use by core but provided for compatibility - start