docs: Update sysrc for new functions

This commit is contained in:
tschettervictor
2025-02-23 11:57:54 -07:00
committed by GitHub
parent 2774cb3c48
commit afb9b7842e

View File

@@ -3,7 +3,7 @@ sysrc
=====
The `sysrc` sub-command allows for safely editing system configuration files.
In container terms, this allows us to toggle on/off services and options at startup.
In jail terms, this allows us to toggle on/off services and options at startup.
.. code-block:: shell
@@ -12,3 +12,13 @@ In container terms, this allows us to toggle on/off services and options at star
nginx_enable: NO -> YES
See `man sysrc(8)` for more info.
.. code-block:: shell
ishmael ~ # bastille sysrc help
Usage: bastille sysrc [option(s)] TARGET args
cat << EOF
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-x | --debug Enable debug mode.