slackbuilds/system/system76-power
Erich Ritz 55b892b8f0
system/system76-power: Mark 32bit as unsupported.
Fails to compile on 32-bit, and upstream does not support 32-bit:

https://github.com/pop-os/system76-power/issues/322

  We have no expectation of users running a 32-bit OS, so we only care
  about 64-bit architectures.

Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
2022-03-26 01:20:15 +07:00
..
config system/system76-power: Updated for version 1.1.2. 2020-01-17 01:16:44 +07:00
README system/system76-power: Updated for version 1.1.18. 2021-10-31 00:00:38 +07:00
doinst.sh
fix_groups.patch system/system76-power: Updated for version 1.1.20. 2022-02-02 23:28:16 +07:00
slack-desc
system76-power.SlackBuild system/system76-power: Mark 32bit as unsupported. 2022-03-26 01:20:15 +07:00
system76-power.info system/system76-power: Mark 32bit as unsupported. 2022-03-26 01:20:15 +07:00

README

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.