]> git.pld-linux.org Git - packages/acpid.git/blame - acpid.sysconfig
- use make install and pass cflags via $OPT
[packages/acpid.git] / acpid.sysconfig
CommitLineData
09f3d1d4 1# Customized settings for acpid
94f6e9a1
PG
2
3# Define nice level for acpid:
4SERVICE_RUN_NICE_LEVEL="+0"
5
180a2240 6# Program arguments passed to acpid commandline
94f6e9a1 7PROGRAM_ARGS=""
f315a54f 8
180a2240
ER
9# Modules to load before starting acpid
10
c3f9eb6f
PG
11# These modules are needed on laptops.
12#LAPTOP_MODULES="ac battery"
13
180a2240 14# Various ACPI modules, useful on destop system
c3f9eb6f
PG
15#VARIOUS_MODULES="fan processor thermal"
16
180a2240 17# If you have ASUS, TOSHIBA or IBM (thinkpad) laptop you can try to uncomment one of
461c3aff 18# this options to get additional features provided by acpi in this laptops
c3f9eb6f
PG
19#ASUS_LAPTOP="yes"
20#TOSHIBA_LAPTOP="yes"
180a2240
ER
21#IBM_LAPTOP="yes"
22
23# MODULES is a space seperated list of modules to load, or "all" to load all
24# acpi drivers, or commented out to load modules from above variables
25#MODULES="battery ac processor button fan thermal video"
26#MODULES="all"
This page took 0.1179 seconds and 4 git commands to generate.