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 'Start()' function for the 'launchd' daemon process
manager. The 'Start()' function assumes that the specified service has
already been boostrapped (with 'Create()'), and simply runs 'launchctl
kickstart' to start the service. If the service is already running,
'Start()' is effectively a no-op (as 'launchctl kickstart' does not restart
the already-running process).
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments