-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong binary path in .plist #1509
Comments
I've gone through the latest changes and came across the EE licensing tasks. That explains why things seem hard-coded for the As we used the |
Hi @henningwagner ! I think the original issue is actually not related to the EE re-licensing -- the path to the binary changing is a product of the work I did about a year ago to package launcher as an app bundle, because we wanted access to some macOS entitlements. The workaround would be to build the app bundle ( I will tag in @directionless for guidance about the EE re-licensing. 🙂 |
As it stands today, I'm always curious to hear about how folks are using launcher. Is there anything you can share? |
Hi @RebeccaMahany and @directionless Happy New Year and please excuse my late reply – I was out of office during the holidays. Thank you very much for your answers. Thanks to Rebeccas hints I was able to successfully compile and now the autostart items are working. And thanks for pointing out the licensing details, Seph. Happy to share some details about how we are ideating to use launcher: In short the idea is to utilize it as a fleet management running based upon osquery (who would have thought 😅) to have a general overview of the clients (and to group them by tenant) and then, taking this as a foundation, to add client services like e.g. 1st level support. The idea is leaning towards a virtual help center rather than an MDM solution, although we're tinkering around remote software installation as well. The idea is pretty early stage and we're trying to figure out the moving parts. Have a great start into 2024! |
I'm using
package-manager
to bundle adarwin-launchd-pkg
viaInstalling this package leads to the files properly being located
But when I inspect the
/Library/LaunchDaemons/com.launcher.launcher.plist
the assigned binary path isn't pointing to the correct entry:I would have expected the startup item to be
/usr/local/launcher/launcher
but instead it's
/usr/local/launcher/Kolide.app/Contents/MacOS/launcher
The text was updated successfully, but these errors were encountered: