Files
hackacad/docs/chapters/subcommands/sysrc.rst
2019-11-20 19:16:21 -07:00

15 lines
332 B
ReStructuredText

=====
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.
.. code-block:: shell
ishmael ~ # bastille sysrc nginx nginx_enable="YES"
[nginx]:
nginx_enable: NO -> YES
See `man sysrc(8)` for more info.