Skip to content
Snippets Groups Projects
Commit 151dcba5 authored by Adam's avatar Adam Committed by Natanael Copa
Browse files

testing/tuned: fix for ppd service not getting auto installed

parent ed38f83a
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!78867testing/tuned: fix for ppd service not getting auto installed
Pipeline #293867 skipped
......@@ -3,7 +3,7 @@
# Maintainer: Aaron Fischer <mail@aaron-fischer.net>
pkgname=tuned
pkgver=2.24.1
pkgrel=0
pkgrel=1
pkgdesc="Daemon for monitoring and adaptive tuning of system devices"
url="https://github.com/redhat-performance/tuned"
license="GPL-2.0-only"
......@@ -106,6 +106,7 @@ ppd() {
}
ppd_openrc() {
install_if="tuned-ppd=$pkgver-r$pkgrel openrc"
pkgdesc="power-profiles-daemon compatibility for tuned"
install -Dm755 "$srcdir"/$pkgname-ppd.initd "$subpkgdir/etc/init.d/$pkgname-ppd"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment