James Paton-Smith
05/02/2024, 9:49 AM/etc/default/orbit
for Linux
Anyone know where these config files are on Win and Mac?Lucas Rodriguez
05/02/2024, 11:19 AM# Edit configuration
sudo vim /Library/LaunchDaemons/com.fleetdm.orbit.plist
# Restart service to reload configuration
sudo launchctl unload /Library/LaunchDaemons/com.fleetdm.orbit.plist
sudo launchctl load /Library/LaunchDaemons/com.fleetdm.orbit.plist
Equivalent for Windows (there's no file, but registry entry with arguments instead of env variables):
Edit the following entry with the `Registry Editor`:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Fleet osquery
# field name "Image Path"
And then once edited you can restart the Fleet osquery
service in the Services
application.James Paton-Smith
05/02/2024, 12:03 PMLucas Rodriguez
05/02/2024, 2:30 PM