Skip to content

main/postmarketos-bootsplash: fix kill-pbsplash systemd service

clayton craft requested to merge craftyguy/pbsplash-fix-systemd-service into master

This wasn't actually getting run on boot because After=graphical.target created an ordering issue and systemd was disabling it.

I saw this ordering issue in the journal after finding that pbsplash was still running in the background after the UI loaded, and confirmed it by running systemd-analyze.

Merge request reports