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

remoteit/tasks/enable-or-disable.yml: Explain disable or remote@*

This commit is contained in:
A Holt 2022-04-05 23:30:29 -04:00 committed by GitHub
parent 9c3520775d
commit f826d18427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
- schannel
when: not remoteit_enabled
- name: Stop & Disable remoteit@* "Remote tcp connection services" (typically 1-3 of these) found in /etc/systemd/system/multi-user.target.wants/ e.g. remoteit@80:00:01:7F:7E:00:56:36.service
- name: Stop & Disable "Remote tcp connection services" remoteit@* found in /etc/systemd/system/multi-user.target.wants/ e.g. remoteit@80:00:01:7F:7E:00:56:36.service
shell: |
systemctl stop $(ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit@*)
systemctl disable $(ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit@*)