diff options
author | Erich Ritz <erich.public@protonmail.com> | 2019-11-16 21:13:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-16 21:13:54 +0700 |
commit | 5ed686759954a173c715912216babb3ab441d406 (patch) | |
tree | 97f495c83047f9528f6a86538e922eacc2ee9983 /system/system76-power/README | |
parent | b873eb05f1c9f6e68c5b9a980e3ccd07be1cbcf2 (diff) | |
download | slackbuilds-5ed686759954a173c715912216babb3ab441d406.tar.gz |
system/system76-power: Added (utility for managing graphics/power)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-power/README')
-rw-r--r-- | system/system76-power/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/system76-power/README b/system/system76-power/README new file mode 100644 index 0000000000..59f0b219f4 --- /dev/null +++ b/system/system76-power/README @@ -0,0 +1,14 @@ +system76-power is a utility for managing graphics and power profiles. + +When run in daemon mode, system76-power manages the fan speed of fans +connected to the System76 Io board on Thelio desktops. + +To start the daemon at boot, add the following to your /etc/rc.d/rc.local +script and make sure rc.system76-power has executable permissions set: + if [ -x /etc/rc.d/rc.system76-power ]; then + /etc/rc.d/rc.system76-power start + fi + +The system76-power daemon log messages are logged to +/var/log/system76-power.log by default. Logging can be disabled by setting +LOG_FILE=/dev/null in /etc/rc.d/rc.system76-power. |