sensors/sysconfig.sensord
Jean Delvare 17a4317a21 - Add pre/post hooks for sensord service.
- Add sysconfig template for sensord service (bnc#882719).

OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=77
2014-07-02 12:56:02 +00:00

20 lines
592 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"