diff --git a/doc/source/faq.rst b/doc/source/faq.rst index 7aca8d0b4a..cd4891519b 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -110,11 +110,11 @@ How do I turn off a service that is enabled by default? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Services can be turned off by adding ``disable_service xxx`` to -``local.conf`` (using ``n-vol`` in this example): +``local.conf`` (using ``c-vol`` in this example): :: - disable_service n-vol + disable_service c-vol Is enabling a service that defaults to off done with the reverse of the above? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~