README: add details about config files

This commit is contained in:
Arnaud Ferraris
2021-02-21 16:40:36 +01:00
parent 2e7bf44f2d
commit 3d076e8bc8

View File

@@ -29,13 +29,20 @@ $ ninja -C ../eg25-build
# ninja -C ../eg25-build install # ninja -C ../eg25-build install
``` ```
## Configuration
`eg25-manager` uses device-specific configuration files, named after the
device-tree `compatible` field. These files are installed to
`/usr/share/eg25-manager`. They can be copied to `/etc/eg25-manager` then
modified, that way they won't be overwritten during an upgrade.
## Running ## Running
`eg25-manager` is usually run as a systemd service, but can also be `eg25-manager` is usually run as a systemd service, but can also be
manually started from the command-line (requires root privileges): manually started from the command-line (requires root privileges):
``` ```
# eg25-manager # eg25manager
``` ```
## License ## License