From 151dcba5a22fbcd79b6a86ff14b98ddf6cbe95a8 Mon Sep 17 00:00:00 2001 From: adamthiede Date: Wed, 22 Jan 2025 05:33:47 -0600 Subject: [PATCH] testing/tuned: fix for ppd service not getting auto installed --- testing/tuned/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/tuned/APKBUILD b/testing/tuned/APKBUILD index f25531757c4..3948239de18 100644 --- a/testing/tuned/APKBUILD +++ b/testing/tuned/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Aaron Fischer 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" }