From 5290f0036881857cdb2f981ac36a189437d02f5c Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 9 Oct 2022 14:03:32 -0400 Subject: [PATCH] iiab-remoteit-off: failsafe as connectd may no longer exist --- roles/remoteit/templates/iiab-remoteit-off | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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