main/postmarketos-ui-cosmic: enable tuned-ppd service for OpenRC

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7190>
This commit is contained in:
Aster Boese 2025-10-13 15:05:50 -04:00 committed by The Friendly Merge Bot
parent 2ba8cd454f
commit 3db8696b57
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# Contributor: Aster Boese <asterboese@mailbox.org>
pkgname=postmarketos-ui-cosmic
pkgver=2
pkgrel=0
pkgrel=1
pkgdesc="COSMIC Desktop Environment from System76"
url="https://system76.com/cosmic/"
# Only tested on these archs.
@ -77,6 +77,9 @@ openrc() {
seatd
seatd-openrc
"
_pmb_recommends="
tuned-ppd-openrc
"
mkdir -p "$subpkgdir"
}

View file

@ -5,5 +5,7 @@ rc-update add cosmic-greeter default
rc-update add elogind default
rc-update add networkmanager default
rc-update add seatd default
# user can remove tuned-ppd, requiring true
rc-update add tuned-ppd default || true
exit 0