incompatible types have been changed in the callee in package rrdtool too, which means that there is a type incompatibility again. Because the other change reportedly makes more snese, I'm dropping this one. I am sorry for the noise, for removing a patch just after adding it. But as explained in an email, when fixing dozens of packages, it is not really possible for me to assume that call targets in another packages might be a better place to address this. If the request is OK, please forward it to Factory soon too so that it does not blocking switching to GCC 14. Thanks! OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=127
28 lines
751 B
Plaintext
28 lines
751 B
Plaintext
## Path: Hardware/Sensors Monitoring Daemon
|
|
## Description: Configuration for the hardware sensors monitoring daemon (sensord)
|
|
## ServiceRestart: sensord
|
|
|
|
## Type: string
|
|
## Default: "1m"
|
|
#
|
|
# Interval between scanning for alarms. Use suffix "s" for seconds, "m" for
|
|
# minutes, "h" for hours. 0 turns off scanning for alarms.
|
|
#
|
|
INTERVAL="1m"
|
|
|
|
## Type: string
|
|
## Default: "20m"
|
|
#
|
|
# Interval between logging. Use suffix "s" for seconds, "m" for minutes, "h"
|
|
# for hours. 0 turns off logging.
|
|
#
|
|
LOG_INTERVAL="20m"
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Pass specific sensord(8) options when the service is started via
|
|
# systemctl.
|
|
#
|
|
SENSORD_ARGS=""
|