main/postmarketos-base-ui-plasma: various systemd service fixes (MR 5184)
- fix NM unit name - relocate an errant -openrc pkg - remove iio-sensor-proxy from service autostart on systemd, it appears that this is dbus activated (inspected the .service file, no `Install` section and using dbus directive)
This commit is contained in:
parent
3126954b45
commit
e979d5e79e
2 changed files with 3 additions and 4 deletions
|
@ -2,14 +2,13 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-base-ui-plasma
|
||||
pkgver=2
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Meta package for shared configuration for Plasma-based UIs"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch !armhf" # armhf is not supported
|
||||
license="GPL-3.0-or-later"
|
||||
depends="
|
||||
bluedevil
|
||||
bluez-openrc
|
||||
breeze
|
||||
dnsmasq
|
||||
iio-sensor-proxy
|
||||
|
@ -71,6 +70,7 @@ openrc() {
|
|||
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
||||
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
||||
depends="
|
||||
bluez-openrc
|
||||
elogind
|
||||
elogind-openrc
|
||||
iio-sensor-proxy-openrc
|
||||
|
|
|
@ -2,6 +2,5 @@
|
|||
|
||||
systemctl enable bluetooth
|
||||
#systemctl enable hfd-service
|
||||
systemctl enable iio-sensor-proxy
|
||||
systemctl enable networkmanager
|
||||
systemctl enable NetworkManager
|
||||
#systemctl enable urfkill
|
||||
|
|
Loading…
Reference in a new issue