Skip to content
Snippets Groups Projects
Unverified Commit bfef930f authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

systemd/pmos-base-systemd: presets: fix some preset unit names, add sshd (MR 5588)

The unit name to kill pbsplash had a typo, and added a preset for sshd.

systemd didn't seem to match `phosh` or `gdm` to the correct unit,
unless they had `.service` added, so this was fixed.

Presets in this section were also sorted.
[ci:skip-build]: already built successfully in CI
parent 6d36f894
No related branches found
No related tags found
No related merge requests found
Pipeline #204393 passed
# Maintainer: Oliver Smith <ollipearanoid@postmarketos.org>
# pmbootstrap installs this, if systemd is selected in "pmbootstrap init".
pkgname=postmarketos-base-systemd
pkgver=3
pkgrel=1
pkgver=4
pkgrel=0
pkgdesc="Meta package for running postmarketOS with systemd"
url="https://postmarketos.org"
arch="noarch"
......@@ -61,7 +61,7 @@ fbaa33425e507062a454f11bda48508f261c2144e5c23a20f567dc1cef14ce1dec57f8d934f418f5
2faac294bb632762e247b850f09ff4b544ccff6c462efd8d4faca71ba30bdfa9c460377a0dc88e92c5dbbe251017d164064a56ac0e0410f224b45d4f5f81866c rootfs-etc-systemd-logind.conf
208f53c1d142151277cfcf0a95df839919ce8cb15ec888d50890dc6b3631a994335bfa12194cec856b649f97cfd7c80019c595cc0ea2c5ee96498a3e76a9950b rootfs-etc-ssh-sshd_config.d-usepam.conf
15423bfda57c90ab62fe69865ca4072a0aeb83bf77d9c278257e346f4da81843d010b41003c91ae9f3fcb1c67447645e7c19078eea2bf11312051e6ad7523ad1 rootfs-usr-share-mkinitfs-files-01-initramfs-base-systemd.files
449d7cd5bc334e73da950bf9ce68b026b9e7db180a5a48d0cb10bb486e5af16b68c146c1bd61e291419ae6e679f6613ad81a17b9a75d2a5218a355cd7f6a32da rootfs-usr-lib-systemd-system-preset-90-base.preset
7c1908e02a4b79b4b92c05708e8f619a06a98c71384d3c3bc0af8e694d3bc0c2257dbcd761ea3dfe5f0251245e1b3cd5eaa5f8400ab9a7db8549af5d5ba6eaf7 rootfs-usr-lib-systemd-system-preset-90-base.preset
9b3b9abdb3d3541038d37d6870baed81f20be7f5b80874bd142eeb686b08958180b4d4a293912c9760e4353a58d6a5dea43e155002f224d14a157f7a082cde60 rootfs-usr-lib-systemd-user-preset-90-base.preset
605df1f004783d2e0ec5dd99a688bca27502c8c24bc05fb4dc26589b2070b0fbd1cf9bd56e6861d7cda2f8ac8147e7eb040acfd886185c01c8cf9de8b1ce2dcd rootfs-usr-bin-setup-timezone
"
......@@ -8,16 +8,17 @@ disable multipathd.service
# for basically all Uis
## system services
enable apk-polkit-server.service
enable ModemManager.service
enable NetworkManager.service
enable apk-polkit-server.service
enable bluetooth.service
enable haveged.service
enable systemd-rfkill.service
enable hkdm.service
enable kill-pbsplash.service
enable nftables.service
enable postmarketos-tweakd.service
enable kill-pbslash.service
enable hkdm.service
enable sshd.service
enable systemd-rfkill.service
# Note: technically these two shouldn't be enabled at the same time, but
# pmos-base-wifi provides should make sure that only one is installed at the
......@@ -34,10 +35,10 @@ enable plasma-mobile.service
enable sddm.service
## phosh
enable phosh
enable phosh.service
## gnome
enable gdm
enable gdm.service
# Device specifics:
# TODO: i like the idea of device/soc specific presets, we should move this out of here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment