mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add documentation for env var preventing orbit from deleting the script directory (#13602)
This commit is contained in:
parent
59ad56393b
commit
d2f8e16d7e
1 changed files with 8 additions and 2 deletions
|
|
@ -152,11 +152,17 @@ The following command-line flags allow you to configure an osquery installer fur
|
|||
| --verbose | Log detailed information when building the package (default: false) |
|
||||
| --help, -h | show help (default: `false`) |
|
||||
|
||||
In addition to the command-line flags, the following environment variables can alter the behaviour of fleetd.
|
||||
|
||||
| Environment variable | Options |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| FLEET\_PREVENT\_SCRIPT\_TEMPDIR\_DELETION | If set to a non-empty value, prevents deletion of the temporary directory where the scripts being executed are stored. Those are located in the temporary directory of the system, under a sub-directory starting with `fleet-`. |
|
||||
|
||||
#### Fleet Desktop
|
||||
|
||||
[Fleet Desktop](./Fleet-desktop.md) is a menu bar icon available on macOS, Windows, and Linux that gives your end users visibility into the security posture of their machine.
|
||||
|
||||
You can include Fleet Desktop in the orbit package by including the `--fleet-desktop`option.
|
||||
You can include Fleet Desktop in the orbit package by including the `--fleet-desktop`option.
|
||||
|
||||
#### Update channels
|
||||
|
||||
|
|
@ -328,7 +334,7 @@ go run github.com/fleetdm/fleet/v4/orbit/cmd/orbit \
|
|||
```
|
||||
|
||||
Or, using a `flagfile.txt` for osqueryd:
|
||||
```sh
|
||||
```sh
|
||||
go run github.com/fleetdm/fleet/v4/orbit/cmd/orbit \
|
||||
--dev-mode \
|
||||
--disable-updates \
|
||||
|
|
|
|||
Loading…
Reference in a new issue