Been running fleet for a little while now but stru...
# fleet
j
Been running fleet for a little while now but struggling to find the Windows and Mac equivalent of
/etc/default/orbit
for Linux Anyone know where these config files are on Win and Mac?
l
Hi @James Paton-Smith! Equivalent for macOS:
Copy code
# 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`:
Copy code
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.
j
Perfect. Thanks for this! I couldn't find any reference to this at all.
l
Cool. Am adding this to our documentation soon!