From eeda5d3cf7da337119e257fa99ac77542514350f Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 25 May 2013 23:02:35 +0200 Subject: rcdscripts: import conf.d files sourced by init scripts Unfortunately this import is not perfect, it's harder to detect and make a distinction between regular service configuration files, and conf.d configuration files used by old Arch Linux init scripts only. But we have a good number of them, around 70 now. --- src/lm_sensors/healthd.conf.d | 17 +++++++++++++++++ src/lm_sensors/sensord.conf.d | 4 ++++ src/lm_sensors/sensors.conf.d | 15 +++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 src/lm_sensors/healthd.conf.d create mode 100644 src/lm_sensors/sensord.conf.d create mode 100644 src/lm_sensors/sensors.conf.d (limited to 'src/lm_sensors') diff --git a/src/lm_sensors/healthd.conf.d b/src/lm_sensors/healthd.conf.d new file mode 100644 index 0000000..a8b2c3f --- /dev/null +++ b/src/lm_sensors/healthd.conf.d @@ -0,0 +1,17 @@ +# +# /etc/conf.d/healthd +# + +# reset any pending alarms on startup +ALARM_RESET="yes" + +# where to sent mails on alarm +ADMIN_EMAIL="root" + +# Seconds to sleep when alarm detected before checking again +# If you want to fill up your mail inbox set this to 2. ;-) +ALARM_SLEEP=600 + +# command to run in background on each alarm +# N.B.: If you choose to use the beep command, you'll need to install it: pacman -S beep +ALARM_CMD="beep -f 800 -l 500 -d 500 -r 600" diff --git a/src/lm_sensors/sensord.conf.d b/src/lm_sensors/sensord.conf.d new file mode 100644 index 0000000..a1cf091 --- /dev/null +++ b/src/lm_sensors/sensord.conf.d @@ -0,0 +1,4 @@ +# +# Parameters to be passed to sensord +# +SENSORD_ARGS="" diff --git a/src/lm_sensors/sensors.conf.d b/src/lm_sensors/sensors.conf.d new file mode 100644 index 0000000..fc067bd --- /dev/null +++ b/src/lm_sensors/sensors.conf.d @@ -0,0 +1,15 @@ +# Generated by sensors-detect on Tue Dec 4 19:57:40 2012 +# This file is sourced by /etc/rc.d/sensors and defines the modules to +# be loaded/unloaded. +# +# The format of this file is a shell script that simply defines variables: +# HWMON_MODULES for hardware monitoring driver modules, and optionally +# BUS_MODULES for any required bus driver module (for example for I2C or SPI). + +HWMON_MODULES= + +# For compatibility reasons, modules are also listed individually as variables +# MODULE_0, MODULE_1, MODULE_2, etc. +# You should use BUS_MODULES and HWMON_MODULES instead if possible. + +MODULE_0= -- cgit v1.2.3