aboutsummaryrefslogtreecommitdiff
path: root/system/powerpanel/README.SLACKWARE
diff options
context:
space:
mode:
authorJason Graham <jgraha8@gmail.com>2018-05-07 22:45:06 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-12 06:58:24 +0700
commit00c3f3759fc4625ff778ba2624b0faccf80eef51 (patch)
tree0c804c8343213d9ff248276909aec7e1655b926e /system/powerpanel/README.SLACKWARE
parent74d1e63c6791419d1ffc11b1597842b77feb95df (diff)
downloadslackbuilds-00c3f3759fc4625ff778ba2624b0faccf80eef51.tar.xz
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.SLACKWARE25
1 files changed, 25 insertions, 0 deletions
diff --git a/system/powerpanel/README.SLACKWARE b/system/powerpanel/README.SLACKWARE
new file mode 100644
index 000000000000..5eb4a626511d
--- /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.