Renamed to matrix ansible

This commit is contained in:
2025-07-15 17:05:32 +02:00
parent 733356b4f7
commit 3c759cbb4c
9 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Administration
## DANGER: Manuell deativation and deletion
Be carefull what you do. This code you can execute:
```
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl disable {} &&
systemctl list-units --type=service | grep 'matrix' | awk '{print $1}' | xargs -I {} systemctl stop {} &&
rm -rv /matrix/
```