From cf55e96025afb3471775842f69626db9efc8802b Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:32:22 -0600 Subject: [PATCH] docs: Be more clear on priority value --- docs/chapters/boot-and-priority.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/chapters/boot-and-priority.rst b/docs/chapters/boot-and-priority.rst index 322b164d..fff7cb09 100644 --- a/docs/chapters/boot-and-priority.rst +++ b/docs/chapters/boot-and-priority.rst @@ -28,7 +28,8 @@ Priority The priority value determines in what order commands are executed if multiple jails are targetted. This also controls in what order jails are started and stopped on system startup and shutdown. This requires Bastille to be enabled -with ``sysrc bastille_enable=YES``. +with ``sysrc bastille_enable=YES``. Jails will start in order starting at the lowest value, and will stop in order starting +at the highest value. So, jails with a priority value of 1 will start first, and stop last. When jails are created with Bastille, this value defaults to ``99``, but can be overridden with ``-p|--priority VALUE`` on creation. See ``bastille create --priority 90 TARGET...``.