diff options
author | Jason Graham <jgraha8@gmail.com> | 2018-05-07 22:45:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:24 +0700 |
commit | 00c3f3759fc4625ff778ba2624b0faccf80eef51 (patch) | |
tree | 0c804c8343213d9ff248276909aec7e1655b926e /system/powerpanel/README.SLACKWARE | |
parent | 74d1e63c6791419d1ffc11b1597842b77feb95df (diff) |
system/powerpanel: Added (CyberPower PowerPanel Personal Edition).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/powerpanel/README.SLACKWARE')
-rw-r--r-- | system/powerpanel/README.SLACKWARE | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/powerpanel/README.SLACKWARE b/system/powerpanel/README.SLACKWARE new file mode 100644 index 0000000000000..5eb4a626511df --- /dev/null +++ b/system/powerpanel/README.SLACKWARE @@ -0,0 +1,25 @@ +README.SLACKWARE +Written by Jason Graham <jgraha8@gmail.com> + +You'll need to start the pwrstatd service at boot. The recommended way +is to add the following to your /etc/rc.d/rc.local script: + + if [ -x /etc/rc.d/rc.pwrstatd ]; then + /etc/rc.d/rc.pwrstatd start + fi + +Make sure the rc.pwrstatd script is executable. + +The configuration file /etc/pwrstat.conf contains the default upstream +power management settings. Power management settings can be changed +using this file (and restarting the pwrstatd service) or by using +the pwrstat utility (see man pwrstat for the details). + +The /etc/powerpanel directory contains the scripts +pwrstatd-powerfail.sh and pwrstatd-lowbatt.sh which are executed for +various power events. These need to be modified if you would like to +receive email notification of any related power events. The +shutdown.sh and hibernate.sh scripts contain the commands for shutting +down and hibernating the system, respectively. Unfortunately, the +pwrstatd service has these scripts hardcoded to be located in /etc so +there are symbolic links in /etc for each of these files. |