|
...
|
...
|
@@ -110,11 +110,11 @@ How do I turn off a service that is enabled by default?
|
|
110
|
110
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
111
|
111
|
|
|
112
|
112
|
Services can be turned off by adding ``disable_service xxx`` to
|
|
113
|
|
-``local.conf`` (using ``n-vol`` in this example):
|
|
|
113
|
+``local.conf`` (using ``c-vol`` in this example):
|
|
114
|
114
|
|
|
115
|
115
|
::
|
|
116
|
116
|
|
|
117
|
|
- disable_service n-vol
|
|
|
117
|
+ disable_service c-vol
|
|
118
|
118
|
|
|
119
|
119
|
Is enabling a service that defaults to off done with the reverse of the above?
|
|
120
|
120
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|