]> git.pld-linux.org Git - packages/acpid.git/blob - acpid.sysconfig
- revert
[packages/acpid.git] / acpid.sysconfig
1 # Customized setings for acpid
2
3 # Define nice level for acpid:
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Program arguments:
7 PROGRAM_ARGS=""
8
9 # Run modprobe ospm_system (not present in 2.6 kernels) to allow
10 # smooth system shutdown
11 MODPROBE_OSPM_SYSTEM="yes"
12
13 # These modules are needed on laptops.
14 #LAPTOP_MODULES="ac battery"
15
16 # Various ACPI modules, usefull on destop system
17 #VARIOUS_MODULES="fan processor thermal"
18
19 # If you have ASUS or TOSHIBA laptop you can try to uncomment one of this 
20 # options to get additional features provided by acpi in this laptops
21 #ASUS_LAPTOP="yes"
22 #TOSHIBA_LAPTOP="yes"
This page took 0.029667 seconds and 3 git commands to generate.