I'm doing some testing with orbit, but `osqueryctl...
# fleet
c
I'm doing some testing with orbit, but
osqueryctl
seems to be no longer functional because it's expecting a different identifier:
Copy code
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
sudo launchctl unload /Library/LaunchDaemons/com.fleetdm.orbit.plist && sudo launchctl load /Library/LaunchDaemons/com.fleetdm.orbit.plist