Alkenso/sLaunchctl

How to use

Opened this issue · 0 comments

Hey there,

I try to get the plugin working in my app, but only the list() command works for me.
For example, when I try to bootout a daemon, I get the following error message.

error Error Domain=LaunchctlErrorDomain Code=1 "Operation not permitted" UserInfo={stderr=Boot-out failed: 1: Operation not permitted
, NSDebugDescription=Operation not permitted}

I assume sudo privileges are just missing, but I have no glue how to make it work with your plugin.
Do you have an example how to do this?