documentation edits for bastille config command

This commit is contained in:
Barry McCormick
2025-04-20 20:00:02 -07:00
parent b4a8d01c98
commit 65bc490343
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ Jails will still shut down on system shutdown, regardless of this setting.
The ``-b|--boot`` can also be used with the ``stop`` command. Any jails with ``boot=off`` will
not be touched if ``stop`` is called with ``-b|--boot``. Same goes for the ``restart`` command.
This value can be changed using ``bastille config TARGET boot [on|off]``.
This value can be changed using ``bastille config TARGET set boot [on|off]``.
This value will be shown using ``bastille list all``.
@@ -41,4 +41,4 @@ Sometimes it is necessary to let a jail start fully before continuing to the nex
We can do this with another sysrc value called ``bastille_startup_delay``. Setting ``bastille_startup_delay=5`` will
tell Bastille to wait 5 seconds between starting each jail.
You can also use ``bastille start -d|--delay 5 all`` or ``bastille restart -d|--delay 5 all`` to achieve the same thing.
You can also use ``bastille start -d|--delay 5 all`` or ``bastille restart -d|--delay 5 all`` to achieve the same thing.

View File

@@ -80,6 +80,6 @@ at the highest value. So, jails with a priority value of 1 will start first, and
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...``.
This value can be changed using ``bastille config TARGET priority VALUE``.
This value can be changed using ``bastille config TARGET set priority VALUE``.
This value will be shown using ``bastille list all``.
This value will be shown using ``bastille list all``.