0.3.2018112401 bastille.rtfd.org

This commit is contained in:
Christer Edwards
2018-11-24 20:07:20 -07:00
parent 06e3fdacd4
commit 9431af5eb0
29 changed files with 796 additions and 132 deletions

View File

@@ -0,0 +1,14 @@
=====
sysrc
=====
The `sysrc` sub-command allows for safely editing system configuration files.
In jail 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.