You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the most recent MacOS releases, launchctl load is marked as "Legacy":
LEGACY SUBCOMMANDS
Legacy subcommands select the target domain based on whether they are executed as root or not. When executed as root,
they target the system domain.
load | unload [-wF] [-S sessiontype] [-D searchpath] paths ...
Recommended alternative subcommands: bootstrap | bootout | enable | disable
...
So it might be a good idea to switch to launchctl boostrap instead.
The text was updated successfully, but these errors were encountered:
In the most recent MacOS releases,
launchctl load
is marked as "Legacy":So it might be a good idea to switch to
launchctl boostrap
instead.The text was updated successfully, but these errors were encountered: