fix: /etc/influxdb3 is root:influxdb3 (#6720)

pull/6723/head
Jamie Strandboge 2026-01-12 10:44:59 -06:00 committed by GitHub
parent b093b104b8
commit f84c152929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ When you install via DEB or RPM on a `systemd`-enabled system, {{< product-name
The provided unit file assumes the following filesystem layout:
* `/etc/influxdb3`: directory for {{< product-name >}} configuration (`0755` permissions with `influxdb3:influxdb3` ownership by default)
* `/etc/influxdb3`: directory for {{< product-name >}} configuration (`0755` permissions with `root:influxdb3` ownership by default)
* `/etc/influxdb3/influxdb3-{{< product-key >}}.conf`: TOML configuration file
* `/usr/bin/influxdb3`: {{< product-name >}} binary
* `/usr/lib/influxdb3/python`: directory containing the embedded interpreter used by the {{< product-name >}} processing engine