mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
11 lines
203 B
Markdown
11 lines
203 B
Markdown
# 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 ';'
|
|
```
|