1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

iiab-remoteit-off: failsafe as connectd may no longer exist

This commit is contained in:
A Holt 2022-10-09 14:03:32 -04:00 committed by GitHub
parent ea74f8cf3e
commit 5290f00368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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