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

This commit is contained in:
adamthiede 2025-01-22 05:33:47 -06:00 committed by Natanael Copa
parent ed38f83a37
commit 151dcba5a2

View File

@ -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"
}