From c1e83a5965611330343ce12c160ef2235f79fbd9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 9 Oct 2022 18:46:20 -0400 Subject: [PATCH] iiab-remoteit-off: Comment out obsolete connectd ops --- roles/remoteit/templates/iiab-remoteit-off | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/remoteit/templates/iiab-remoteit-off b/roles/remoteit/templates/iiab-remoteit-off index 4e84d117c..8cd9b1b1b 100755 --- a/roles/remoteit/templates/iiab-remoteit-off +++ b/roles/remoteit/templates/iiab-remoteit-off @@ -17,9 +17,9 @@ fi # 3 sections below should be equivalent to -- and much faster than: # https://github.com/iiab/iiab/tree/master/roles/remoteit/tasks/enable-or-disable.yml -# remote.it "parent" service -systemctl stop connectd || true # connectd may not exist. See PR #3363 -systemctl disable connectd || true +# remote.it "parent" service no longer part of Device Package 4.15.2 on 2022-09-07 +#systemctl stop connectd +#systemctl disable connectd # "Remote tcp command service" systemctl stop schannel