mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 18:21:53 +01:00
Merge pull request #968 from BastilleBSD/tschettervictor-patch-1
docs: Reorder priority
This commit is contained in:
@@ -19,6 +19,22 @@ quotes, as seen below.
|
|||||||
|
|
||||||
ishmael ~ # bastille cmd "jail1 jail2 jail3" echo Hello!
|
ishmael ~ # bastille cmd "jail1 jail2 jail3" echo Hello!
|
||||||
|
|
||||||
|
Priority
|
||||||
|
--------
|
||||||
|
|
||||||
|
The priority value determines in what order commands are executed if multiple jails are targetted, including the ALL target.
|
||||||
|
|
||||||
|
It 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``. 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...``.
|
||||||
|
|
||||||
|
This value can be changed using ``bastille config TARGET set priority VALUE``.
|
||||||
|
|
||||||
|
This value will be shown using ``bastille list all``.
|
||||||
|
|
||||||
Examples: Containers
|
Examples: Containers
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@@ -67,19 +83,3 @@ Examples: Releases
|
|||||||
+-----------+--------------+--------------+------------------------------------+
|
+-----------+--------------+--------------+------------------------------------+
|
||||||
| verify | 12.4-RELEASE | --- | verify 12.4-RELEASE release |
|
| verify | 12.4-RELEASE | --- | verify 12.4-RELEASE release |
|
||||||
+-----------+--------------+--------------+------------------------------------+
|
+-----------+--------------+--------------+------------------------------------+
|
||||||
|
|
||||||
Priority
|
|
||||||
--------
|
|
||||||
|
|
||||||
The priority value determines in what order commands are executed if multiple jails are targetted, including the ALL target.
|
|
||||||
|
|
||||||
It 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``. 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...``.
|
|
||||||
|
|
||||||
This value can be changed using ``bastille config TARGET set priority VALUE``.
|
|
||||||
|
|
||||||
This value will be shown using ``bastille list all``.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user