Added Citrix to the KB

This commit is contained in:
Michele Cereda
2022-08-30 10:46:37 +02:00
parent 77686d71d2
commit bc33422a17

10
knowledge base/citrix.md Normal file
View File

@@ -0,0 +1,10 @@
# Citrix
## TL;DR
```sh
# Disable autostart on Mac OS X.
find /Library/LaunchAgents /Library/LaunchDaemons \
-iname "*.citrix.*.plist" \
-exec sudo -p 'sudo password: ' mv -fv {} {}.backup ';'
```