mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
iiab-remoteit-off: Comment out obsolete connectd ops
This commit is contained in:
parent
da88bdba9e
commit
c1e83a5965
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue