clong
03/31/2023, 5:34 PMosqueryctl
seems to be no longer functional because it's expecting a different identifier:
sh-3.2# /opt/orbit/bin/osqueryd/macos-app/stable/osquery.app/Contents/Resources/osqueryctl restart
/Library/LaunchDaemons/io.osquery.agent.plist: No such file or directory
Unload failed: 2: No such file or directory
rm: /Library/LaunchDaemons/io.osquery.agent.plist: No such file or directory
What's the "right" way to restart osquery with orbit?orbit restart
seems to do somethingzwass
sudo launchctl unload /Library/LaunchDaemons/com.fleetdm.orbit.plist && sudo launchctl load /Library/LaunchDaemons/com.fleetdm.orbit.plist