This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit cee841c775d311299fab237b9170635a1bb4bf08
Author: Matteo Golin <[email protected]>
AuthorDate: Wed May 27 19:32:24 2026 -0400

    docs/nxinit: Document configurable file path
    
    Document that the init.rc file path is now configurable.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 Documentation/applications/system/nxinit/index.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/applications/system/nxinit/index.rst 
b/Documentation/applications/system/nxinit/index.rst
index e0edbfe858d..448118156d1 100644
--- a/Documentation/applications/system/nxinit/index.rst
+++ b/Documentation/applications/system/nxinit/index.rst
@@ -19,7 +19,8 @@ service/daemon management and many more.
 The ``init.rc`` consists of five categories of statements, all line-oriented 
with
 parameters separated by spaces. The content is processed by a preprocessor,
 following C language specifications for escape rules and comment formats.
-File path: /etc/init.d/init.rc.
+
+File path configured by ``CONFIG_SYSTEM_NXINIT_RC_FILE_PATH``.
 
 1. Actions and Commands
 -----------------------

Reply via email to