e7a82281ee
- Provides systemd units, instead of relying on systemd to ship them (bnc#769397). - Ensure plymouth--wait-quit.service conflicts with graphical.target. OBS-URL: https://build.opensuse.org/request/show/126896 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=63
13 lines
514 B
Diff
13 lines
514 B
Diff
Index: plymouth-0.8.5.1/systemd-units/plymouth-quit-wait.service.in
|
|
===================================================================
|
|
--- plymouth-0.8.5.1.orig/systemd-units/plymouth-quit-wait.service.in
|
|
+++ plymouth-0.8.5.1/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
|