apmd_proxy.conf

来自「电源管理程序」· CONF 代码 · 共 31 行

CONF
31
字号
# /etc/apm/apmd_proxy.conf: configuration file for apmd.## This file is usually managed by debconf when installing or# reconfiguration the package.  However, if it is hand-edited, debconf# will stop managing it and any further updates will need to be done# by hand.  If you wish to let debconf resume managing this file after# you have hand-edited it, delete the file and run dpkg-reconfigure.# Set the following to "false" if you want to reject system suspend or# system standby requests when the computer is running on AC power.# Otherwise set this to "true".  Such requests are never rejected when# the computer is running on battery power.SUSPEND_ON_AC=true# The next two settings allow you to use hdparm(8) to change the# "spindown" timeout value for your disk drive.  Note that you must# have the hdparm package installed to do this.# The HDPARM_DRIVE setting specifies the drive to be changed.  Set# this to "none" to disable the use of hdparm(8) altogether.HDPARM_DRIVE=none# The spindown timeout is set to the value of HDPARM_SPINDOWN when the# computer is running on battery power.  When the computer is on AC# power, the spindown timeout is disabled.  The number specified here# is encoded in a complicated way.  See the man page for hdparm(8) for# details.  For small timeouts, numbers between 1 and 240 specify# multiples of 5 seconds.  So the default value of 18 means 18*5=90# seconds, or 1.5 minutes.HDPARM_SPINDOWN=18

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?