commit | 6733b9574b9fdec74e1b4fb2e731b332a6e4e3ec | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu May 26 15:08:43 2022 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu May 26 15:11:20 2022 -0400 |
tree | ebe2fa91ce75eab403d0e62ca39f4c51da78be54 | |
parent | 9eb0cc3d8272bcdc58ead70c9a39fe8cecd5b6b5 [diff] |
intrusionsensor: systemd: Use qualified path Fix a documented anti-pattern: https://github.com/openbmc/docs/blob/master/anti-patterns.md#use-of-usrbinenv-in-systemd-service-files Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: Iee20d0516a4bd031b861f47c451a2bfccd986bde
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access