diff options
author | Erich Ritz <erich.public@protonmail.com> | 2020-09-04 05:10:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:45 +0700 |
commit | ea42f2c3c79e7cb999b685e259119c2cfdec6788 (patch) | |
tree | d2409ed5e76e879273d4cebbaf839308ec9a9ecf /system/system76-power/README | |
parent | 3d9cd787ede47bea334c6133d786e7245f0086af (diff) | |
download | slackbuilds-ea42f2c3c79e7cb999b685e259119c2cfdec6788.tar.gz |
system/system76-power: Updated for version 1.1.10.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-power/README')
-rw-r--r-- | system/system76-power/README | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/system/system76-power/README b/system/system76-power/README index 59f0b219f4..6e1f40fa8f 100644 --- a/system/system76-power/README +++ b/system/system76-power/README @@ -3,12 +3,23 @@ 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: +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. +/var/log/system76-power.log by default. Logging can be disabled by +setting LOG_FILE=/dev/null in /etc/rc.d/rc.system76-power. + +This project is pinned to a specific Rust version, currently 1.41.0. As +such, rustup is a compile time only dependency. If this specific +version of the Rust toolchain is not already installed, it will be +downloaded and installed automatically during build script execution. +It can be installed manually beforehand by running + rustup toolchain install 1.41.0 + +NOTE: The directions in rustup's README must be followed so that the +rust installed by rustup is preferred over the system rust. |