From bafda4db1e9834a836acded42ea25dda6d908442 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:07:57 -0700 Subject: [PATCH] docs: Document HOSTCMD --- docs/chapters/template.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/chapters/template.rst b/docs/chapters/template.rst index a2a317cf..e7e2f95e 100644 --- a/docs/chapters/template.rst +++ b/docs/chapters/template.rst @@ -33,6 +33,8 @@ Template Automation Hooks +-------------+---------------------+-----------------------------------------+ | CP/OVERLAY | path(s) | etc root usr (one per line) | +-------------+---------------------+-----------------------------------------+ +| HOSTCMD | command | pkg info | ++-------------+---------------------+-----------------------------------------+ | INCLUDE | template path/URL | http?://TEMPLATE_URL or project/path | +-------------+---------------------+-----------------------------------------+ | LIMITS | resource value | memoryuse 1G | @@ -74,6 +76,8 @@ CONFIG - set the specified property and value CP/OVERLAY - copy specified files from template directory to specified path inside jail +HOSTCMD - run the specified command on the host instead of the jail + INCLUDE - specify a template to include. Make sure the template is bootstrapped, or you are using the template url LIMITS - set the specified resource value for the jail