mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 23:10:33 +01:00
documentation edits for bastille config command
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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``.
|
||||
|
||||
Reference in New Issue
Block a user