Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

禁用 tailspind 和 spindump 加速 Mac #17

Open
songxing10000 opened this issue May 27, 2022 · 0 comments
Open

禁用 tailspind 和 spindump 加速 Mac #17

songxing10000 opened this issue May 27, 2022 · 0 comments

Comments

@songxing10000
Copy link
Owner

songxing10000 commented May 27, 2022

我知道这是一篇旧帖子,但我想指出您可以在不禁用 SIP 的情况下禁用这些服务(或任何其他服务)。您只需要使用较新的launchctl语法。对于spindumpand tailspind,它将是这四个命令:

sudo launchctl bootout system/com.apple.spindump
sudo launchctl disable system/com.apple.spindump
sudo launchctl bootout system/com.apple.tailspind
sudo launchctl disable system/com.apple.tailspind

bootout线路卸载服务,线路disable不再launchd加载它们。

如果你想扭转它,你会这样做:

sudo launchctl enable system/com.apple.spindump
sudo launchctl bootstrap system /System/Library/LaunchDaemons/com.apple.spindump.plist
sudo launchctl enable system/com.apple.tailspind
sudo launchctl bootstrap system /System/Library/LaunchDaemons/com.apple.tailspind.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant