]> git.pld-linux.org Git - packages/acpid.git/blob - acpid.sysconfig
- updated to 2.0.34, include x32
[packages/acpid.git] / acpid.sysconfig
1 # Customized settings for acpid
2
3 # Define nice level for acpid:
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # This option changes the maximum number of non-root socket connections which
7 # can be made to the acpid socket.
8 # Default is 256.
9 #PROGRAM_ARGS="-C 256"
10
11 # This option forces acpid to use the Linux kernel input layer and netlink
12 # interface for ACPI events.
13 #PROGRAM_ARGS="-n"
14
15 # Extra program arguments passed to acpid commandline
16 #PROGRAM_ARGS=""
17
18 # Modules to load before starting acpid
19
20 # These modules are needed on laptops.
21 #LAPTOP_MODULES="ac battery"
22
23 # Various ACPI modules, useful on destop system
24 #VARIOUS_MODULES="fan processor thermal"
25
26 # If you have ASUS, TOSHIBA or IBM (thinkpad) laptop you can try to uncomment one of
27 # this options to get additional features provided by acpi in this laptops
28 #ASUS_LAPTOP="yes"
29 #TOSHIBA_LAPTOP="yes"
30 #IBM_LAPTOP="yes"
31
32 # MODULES is a space seperated list of modules to load, or "all" to load all
33 # acpi drivers, or commented out to load modules from above variables
34 #MODULES="battery ac processor button fan thermal video"
35 #MODULES="all"
This page took 0.070241 seconds and 3 git commands to generate.