home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / default / acpid < prev    next >
Encoding:
Text File  |  2006-09-15  |  514 b   |  13 lines

  1. # Specify options for acpid startup, Debian default is to enable the
  2. # use of sockets at a non-default position
  3. OPTIONS="-s /var/run/acpid.socket"
  4.  
  5. # Specify modules to load on acpid's startup
  6. # MODULES may be uncommented to load "none", contain the string "all"
  7. # to load all acpi related modules or simply a space seperated list
  8. # of modules to be probed.
  9. #MODULES="battery ac processor button fan thermal"
  10. # using all allows us to drop extra modules in drivers/acpi and have them
  11. # be autoloaded.
  12. MODULES="all"
  13.