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:
parent
ea74f8cf3e
commit
5290f00368
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue