Hacker News new | ask | show | jobs
by wskinner 203 days ago
Yes. The impossible to disable system services (photoanalysisd and friends) are an abomination of software design.
1 comments

Try "killall -STOP photoanalysisd", this will pause the process instead of killing it (which would result in restarting it by launchd). You can unpause it by using "-CONT".