9c9e47b059
Install a kill-pbsplash systemd service which is configured to be started as part of the graphical-session user target. Additionally install an override so that if the display-manager service (aliases to gdm, sddm, etc) fails to start it will still kill pbsplash. Signed-off-by: Caleb Connolly <caleb@postmarketos.org> Co-authored-by: Clayton Craft <clayton@craftyguy.net>
12 lines
201 B
Desktop File
12 lines
201 B
Desktop File
[Unit]
|
|
Description=Stop pbsplash
|
|
After=graphical.target
|
|
Requisite=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=-/usr/bin/killall pbsplash
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|