From fe07e66c25fbfe2569986879f50e5f237fdd00b4 Mon Sep 17 00:00:00 2001 From: Tom Leavitt Date: Thu, 5 Oct 2017 14:06:10 -0700 Subject: [PATCH] Add note to stop services after opt-in This adds a note to enable telemetry but delay starting the service. --- .../guides/maintenance/Telemetry-Enable-Disable.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst b/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst index bce8e532..5ad02325 100644 --- a/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst +++ b/source/clear-linux/guides/maintenance/Telemetry-Enable-Disable.rst @@ -84,6 +84,12 @@ command and start the service: This will remove the file :file:`/etc/telemetrics/opt-out` file if it exists and start the telemetry services. +.. Note:: + To opt-in but not immediately start telemetry services, you will need to + run the command :command:`sudo telemctl stop` after the :command:`opt-in` + command is entered. Once you are ready to start the service, enter the + command :command:`sudo telemctl start`. + Remove the telemetry software bundle ************************************