From 4cfecfb3e2d83d99b3e2890389a071b5c89d0a58 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 2 May 2025 15:24:33 -0600 Subject: [PATCH] docs: Typo --- docs/chapters/startup-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/startup-configuration.rst b/docs/chapters/startup-configuration.rst index a4cb54e9..0063763e 100644 --- a/docs/chapters/startup-configuration.rst +++ b/docs/chapters/startup-configuration.rst @@ -44,7 +44,7 @@ For example, I have 3 jails called nginx, mariadb and nextcloud. I want to ensur nextcloud is started. First we must add both jails to nextcloud's depend property with ``bastille config nextcloud set depend "mariadb nginx"``. -Then, when we start nextcloud with ``bastille start nextcloud`` it will verify that nginx and mariadb are running (start if stoppef) before +Then, when we start nextcloud with ``bastille start nextcloud`` it will verify that nginx and mariadb are running (start if stopped) before starting nextcloud. When stopping a jail, any jail that "depends" on it will first be stopped. For example, if we run ``bastille stop nginx``, then