slackbuilds_ponce/system/system76-power
K. Eugene Carlson 479ac84af0
git/cargo: avoid writing to $HOME/.cargo
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-10 12:40:15 +07:00
..
config
doinst.sh
fix_groups.patch
README
slack-desc
system76-power.info system/system76-power: Fix to respect Content-disposition header. 2022-03-03 15:56:38 +07:00
system76-power.SlackBuild git/cargo: avoid writing to $HOME/.cargo 2022-03-10 12:40:15 +07:00

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.