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
Implement and test the 'Stop()' function for the 'launchd' daemon manager.
'Stop()' shuts down the specified service (if it is running) with 'launchctl
kill SIGINT'. If the command succeeds *or* fails indicating the service is
not bootstrapped, exit without an error; otherwise, report the appropriate
error.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments