Skip to content

Commit

Permalink
fixup! docs: reference tedge-write in config_update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravo555 committed Sep 12, 2024
1 parent 14fe31f commit 0cca3a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Upon receiving a configuration update command, the agent performs the following
2. The agent then uses the `type` information (`mosquitto`) to to look up the target path from the `tedge-configuration-plugin.toml` file
and applies the new configuration content to the corresponding `path`(`/etc/mosquitto/mosquitto.conf`).
If `tedge` user/group does not have write permissions to the path and its parent directory,
[`tedge-write`](../tedge-write.md) will be used for permission elevation.
[`tedge-write`](../tedge-write.md) will be used in combination with `sudo` for permission elevation.

Throughout the process, the agent updates the command status via MQTT
by publishing a retained message to the same `<root>/<identifier>/cmd/config_update/<id>` topic
Expand Down

0 comments on commit 0cca3a0

Please sign in to comment.