mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
parent
9b650fa877
commit
9c3520775d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
- schannel
|
||||
when: not remoteit_enabled
|
||||
|
||||
- name: Stop & Disable any remoteit@* services found in /etc/systemd/system/multi-user.target.wants/ e.g. remoteit@80:00:01:7F:7E:00:56:36.service
|
||||
- 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
|
||||
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@*)
|
||||
|
|
Loading…
Reference in a new issue