b250e6e261
- Add 0001-splash-do-not-process-display-lists-if-it-is-empty.patch: fix crash when calling plymouth quit - Add 0001-seats-guard-against-NULL-terminal.patch: guard against NULL terminal. - Update stop-graphical.patch: add RemainAfterExit=true to plymouth-start.service, ensuring plymouthd is not restarted when switching between runlevels. OBS-URL: https://build.opensuse.org/request/show/238657 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=147
25 lines
992 B
Diff
25 lines
992 B
Diff
Index: plymouth-0.9.0/systemd-units/plymouth-quit-wait.service.in
|
|
===================================================================
|
|
--- plymouth-0.9.0.orig/systemd-units/plymouth-quit-wait.service.in
|
|
+++ plymouth-0.9.0/systemd-units/plymouth-quit-wait.service.in
|
|
@@ -1,6 +1,7 @@
|
|
[Unit]
|
|
Description=Wait for Plymouth Boot Screen to Quit
|
|
After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
|
+Conflicts=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
|
|
Index: plymouth-0.9.0/systemd-units/plymouth-quit.service.in
|
|
===================================================================
|
|
--- plymouth-0.9.0.orig/systemd-units/plymouth-quit.service.in
|
|
+++ plymouth-0.9.0/systemd-units/plymouth-quit.service.in
|
|
@@ -1,6 +1,7 @@
|
|
[Unit]
|
|
Description=Terminate Plymouth Boot Screen
|
|
After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
|
+Conflicts=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit
|