diff --git a/docs/chapters/startup-configuration.rst b/docs/chapters/startup-configuration.rst index fbb00e70..b6acbd55 100644 --- a/docs/chapters/startup-configuration.rst +++ b/docs/chapters/startup-configuration.rst @@ -29,7 +29,7 @@ Jails will still shut down on system shutdown, regardless of this setting. The ``-b|--boot`` can also be used with the ``stop`` command. Any jails with ``boot=off`` will not be touched if ``stop`` is called with ``-b|--boot``. Same goes for the ``restart`` command. -This value can be changed using ``bastille config TARGET boot [on|off]``. +This value can be changed using ``bastille config TARGET set boot [on|off]``. This value will be shown using ``bastille list all``. @@ -41,4 +41,4 @@ Sometimes it is necessary to let a jail start fully before continuing to the nex We can do this with another sysrc value called ``bastille_startup_delay``. Setting ``bastille_startup_delay=5`` will tell Bastille to wait 5 seconds between starting each jail. -You can also use ``bastille start -d|--delay 5 all`` or ``bastille restart -d|--delay 5 all`` to achieve the same thing. \ No newline at end of file +You can also use ``bastille start -d|--delay 5 all`` or ``bastille restart -d|--delay 5 all`` to achieve the same thing. diff --git a/docs/chapters/targeting.rst b/docs/chapters/targeting.rst index e6d7b220..e5844aef 100644 --- a/docs/chapters/targeting.rst +++ b/docs/chapters/targeting.rst @@ -80,6 +80,6 @@ at the highest value. So, jails with a priority value of 1 will start first, and 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 priority VALUE``. +This value can be changed using ``bastille config TARGET set priority VALUE``. -This value will be shown using ``bastille list all``. \ No newline at end of file +This value will be shown using ``bastille list all``.