mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-17 15:50:11 +01:00
docs: Update service for new functions
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
service
|
service
|
||||||
=======
|
=======
|
||||||
|
|
||||||
The `service` sub-command allows for managing services within containers. This
|
The `service` sub-command allows for managing services within jails. This
|
||||||
allows you to start, stop, restart, and otherwise interact with services
|
allows you to start, stop, restart, and otherwise interact with services
|
||||||
running inside the containers.
|
running inside the jail(s).
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
@@ -14,3 +14,12 @@ running inside the containers.
|
|||||||
ishmael ~ # bastille service proxy 'nginx enable'
|
ishmael ~ # bastille service proxy 'nginx enable'
|
||||||
ishmael ~ # bastille service proxy 'nginx disable'
|
ishmael ~ # bastille service proxy 'nginx disable'
|
||||||
ishmael ~ # bastille service proxy 'nginx delete'
|
ishmael ~ # bastille service proxy 'nginx delete'
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
ishmael ~ # bastille service help
|
||||||
|
Usage: bastille service [options(s)] TARGET SERVICE_NAME ACTION
|
||||||
|
Options:
|
||||||
|
|
||||||
|
-a | --auto Auto mode. Start/stop jail(s) if required.
|
||||||
|
-x | --debug Enable debug mode.
|
||||||
|
|||||||
Reference in New Issue
Block a user