17a4317a21
- Add sysconfig template for sensord service (bnc#882719). OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=77
20 lines
592 B
Plaintext
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"
|