mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/tuned: fix for ppd service not getting auto installed
This commit is contained in:
parent
ed38f83a37
commit
151dcba5a2
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user