Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/throttled-rpm
RPM Package: throttled - Workaround for Intel throttling issues in Linux.
https://github.com/abn/throttled-rpm
Last synced: 7 days ago
JSON representation
RPM Package: throttled - Workaround for Intel throttling issues in Linux.
- Host: GitHub
- URL: https://github.com/abn/throttled-rpm
- Owner: abn
- License: mit
- Created: 2019-03-11T11:26:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T19:50:03.000Z (10 months ago)
- Last Synced: 2024-11-18T07:50:06.061Z (about 1 month ago)
- Size: 28.3 KB
- Stars: 4
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Workflow Status](https://github.com/abn/throttled-rpm/workflows/Build/badge.svg?branch=master)](https://github.com/abn/throttled-rpm/actions?query=workflow%3ABuild+branch%3Amaster)
[![Copr Build Status](https://copr.fedorainfracloud.org/coprs/abn/throttled/package/throttled/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/abn/throttled/)# RPM Package: throttled
This repository holds the RPM package source for [throttled](https://github.com/erpalma/throttled).
## Usage
You can use this package by enabling the copr repository at [abn/throttled](https://copr.fedorainfracloud.org/coprs/abn/throttled/) as described [here](https://fedorahosted.org/copr/wiki/HowToEnableRepo).```sh
dnf copr enable abn/throttled
dnf copr install throttled
```### Activation
The package also installs a [systemd.unit](https://www.freedesktop.org/software/systemd/man/systemd.unit.html) file. Which can be activated as shown below.```sh
systemctl enable --now throttled
```> **Note:** The configuration used is installed at /etc/throttled.conf