diff --git a/docs/chapters/subcommands/service.rst b/docs/chapters/subcommands/service.rst index dec6e168..72ab8f3e 100644 --- a/docs/chapters/subcommands/service.rst +++ b/docs/chapters/subcommands/service.rst @@ -2,9 +2,9 @@ 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 -running inside the containers. +running inside the jail(s). .. code-block:: shell @@ -14,3 +14,12 @@ running inside the containers. ishmael ~ # bastille service proxy 'nginx enable' ishmael ~ # bastille service proxy 'nginx disable' 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.