#
9b9b8a79 |
| 15-Feb-2023 |
Patrick Williams <patrick@stwcx.xyz> |
service: remove obmc-mapper dependencies
Mapper is dbus-activated now and this target is removed. Remove the dependency as it performs no function.
Signed-off-by: Patrick Williams <patrick@stwcx.x
service: remove obmc-mapper dependencies
Mapper is dbus-activated now and this target is removed. Remove the dependency as it performs no function.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2a61198ae29bcd5b98f9f88c5ecbfce677dc7b82
show more ...
|
#
4f3e9c5f |
| 20-Apr-2021 |
Lei YU <yulei.sh@bytedance.com> |
service: Always restart
The service may fail in case it gets exception on DBus, e.g. when BMC is super busy and it gets "org.freedesktop.DBus.Error.Timeout" exception.
Make this service always rest
service: Always restart
The service may fail in case it gets exception on DBus, e.g. when BMC is super busy and it gets "org.freedesktop.DBus.Error.Timeout" exception.
Make this service always restart so that it could always come back.
Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ib906d0a3c9cf5e79109099893454b2a78b4e495f
show more ...
|
#
1d78a47c |
| 10-Nov-2020 |
Matt Spinler <spinler@us.ibm.com> |
Add mapper dependency to service file
When the application starts it makes a GetObject method call on the mapper, so add the dependency to the service file to ensure the mapper starts first.
Change
Add mapper dependency to service file
When the application starts it makes a GetObject method call on the mapper, so add the dependency to the service file to ensure the mapper starts first.
Change-Id: I9364241606c350ac4ca859e00c2587092db417d1 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
abcc94fa |
| 11-Aug-2020 |
Vijay Khemka <vijaykhemka@fb.com> |
Basic initial implementation
This is a base implementation which does following 1. create a daemon, 2. parse config file and create a virtual sensor object 3. create list of virtual sensors for give
Basic initial implementation
This is a base implementation which does following 1. create a daemon, 2. parse config file and create a virtual sensor object 3. create list of virtual sensors for given config. 4. Creates a systemd unit file
It currently supports constant params only and dbus params will be in follow up patch.
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I89b2ffb8bff67bdbb3033071cba9f6e565a9af6e
show more ...
|