mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-16 23:31:20 +01:00
22 lines
500 B
ReStructuredText
22 lines
500 B
ReStructuredText
start
|
|
=====
|
|
|
|
Start jail(s).
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille start folsom
|
|
[folsom]:
|
|
folsom: created
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille start help
|
|
Usage: bastille start [option(s)] TARGET
|
|
|
|
Options:
|
|
|
|
-b | --boot Respect jail boot setting.
|
|
-d | --delay VALUE Time (seconds) to wait after starting each jail.
|
|
-v | --verbose Print every action on jail start.
|
|
-x | --debug Enable debug mode. |