diff --git a/roles/remoteit/templates/iiab-remoteit-off b/roles/remoteit/templates/iiab-remoteit-off index 80207f8be..41f204bbb 100755 --- a/roles/remoteit/templates/iiab-remoteit-off +++ b/roles/remoteit/templates/iiab-remoteit-off @@ -18,8 +18,8 @@ fi # https://github.com/iiab/iiab/tree/master/roles/remoteit/tasks/enable-or-disable.yml # remote.it "parent" service -systemctl stop connectd -systemctl disable connectd +systemctl stop connectd || true # connectd may no longer exist. See PR #3363 +systemctl disable connectd || true # "Remote tcp command service" systemctl stop schannel