https://github.com/osquery/osquery logo
Title
c

clong

03/31/2023, 5:34 PM
I'm doing some testing with orbit, but
osqueryctl
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?
oh,
orbit restart
seems to do something
z

zwass

03/31/2023, 5:44 PM
sudo launchctl unload /Library/LaunchDaemons/com.fleetdm.orbit.plist && sudo launchctl load /Library/LaunchDaemons/com.fleetdm.orbit.plist