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
Find a */Daemon service (org.cups.cupsd is a good one)
Try to unload it (or do anything)
It will silently fail. Same as doing this, which is wrong:
$ launchctl unload /System/Library/LaunchDaemons/org.cups.cupsd.plist
Warning: Expecting a LaunchAgents path since the command was ran as user. Got LaunchDaemons instead.
`launchctl bootout` is a recommended alternative.
Unload failed: 5: Input/output error
Try running `launchctl bootout` as root for richer errors.
The text was updated successfully, but these errors were encountered:
To reproduce:
launchk
as non-root user*/Daemon
service (org.cups.cupsd
is a good one)It will silently fail. Same as doing this, which is wrong:
The text was updated successfully, but these errors were encountered: