Search Criteria
Package Details: temp-throttle 3.03-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/temp-throttle.git (read-only, click to copy) |
|---|---|
| Package Base: | temp-throttle |
| Description: | A shell script for throttling system CPU frequency based on a desired maximum temperature. |
| Upstream URL: | https://github.com/Sepero/temp-throttle |
| Licenses: | GPL-2.0-only |
| Submitter: | Muflone |
| Maintainer: | Muflone |
| Last Packager: | Muflone |
| Votes: | 8 |
| Popularity: | 0.096403 |
| First Submitted: | 2015-11-05 22:09 (UTC) |
| Last Updated: | 2026-07-05 14:45 (UTC) |
Latest Comments
dreieck commented on 2026-03-02 11:53 (UTC) (edited on 2026-03-02 11:55 (UTC) by dreieck)
Ahoj,
please do not install the configuration file
/etc/temp-throttle.confwith executable permissions.Change
install -m 755 -t "${pkgdir}/etc" "etc/temp-throttle.conf"to
install -m 644 -t "${pkgdir}/etc" "etc/temp-throttle.conf".Regards and many thanks for this package! (I have created an OpenRC init script package for this, by the way:
temp-throttle-openrc.)