From eaa041fc782c69071f2b965e5378b9c454238b03 Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Thu, 5 Oct 2017 09:03:28 -0700 Subject: [PATCH] requested updates to telemetry enable/disable several changes requested to clarify functionality and clean up document --- .../guides/maintenance/Telemetry-Enable-Disable.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst b/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst index 2a4214e8..bce8e532 100644 --- a/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst +++ b/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst @@ -61,13 +61,12 @@ To disable the telemetry daemon run the following command: Opt-out of telemetry ******************** -If you no longer want to send telemetrics data from your system, you can -opt-out of the service by running the command: +To stop sending telemetrics data from your system, opt out of the +telemetry service: .. code-block:: console sudo telemctl stop - sudo telemctl opt-out This will create the file :file:`/etc/telemetrics/opt-out` and stop the telemetry services. @@ -75,15 +74,15 @@ telemetry services. Opt-in to telemetry ******************* -Conversely, to opt-in to the telemetry services, simple enter the opt-in +Conversely, to opt-in to the telemetry services, simply enter the opt-in command and start the service: .. code-block:: console sudo telemctl opt-in - sudo telemctl start - -This will remove the file :file:`/etc/telemetrics/opt-out` file if it exists. + +This will remove the file :file:`/etc/telemetrics/opt-out` file if it exists +and start the telemetry services. Remove the telemetry software bundle ************************************