mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Better explain /usr/bin/iiab-remoteit-off
This commit is contained in:
parent
c537dad046
commit
9b650fa877
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ systemctl disable connectd
|
|||
systemctl stop schannel
|
||||
systemctl disable schannel
|
||||
|
||||
# "Remote tcp connection service"
|
||||
# "Remote tcp connection service" (typically 1-3 of these)
|
||||
systemctl stop $(ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit@*) || true
|
||||
systemctl disable $(ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit@*) || true
|
||||
# These systemd service names e.g. remoteit@80:00:01:7F:7E:00:56:36.service
|
||||
|
|
Loading…
Reference in a new issue