mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-17 07:42:10 +01:00
15 lines
327 B
ReStructuredText
15 lines
327 B
ReStructuredText
=====
|
|
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.
|