cc6b3e5e91
- fix path to systemd-tty-ask-password-agent for newer systemd - create the pid file again during boot, the existence of this is a condition for systemd-ask-password-plymouth.service. A proper fix might look different but that get's it going again. OBS-URL: https://build.opensuse.org/request/show/141258 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=93
13 lines
558 B
Diff
13 lines
558 B
Diff
Index: b/systemd-units/systemd-ask-password-plymouth.service.in
|
|
===================================================================
|
|
--- a/systemd-units/systemd-ask-password-plymouth.service.in
|
|
+++ b/systemd-units/systemd-ask-password-plymouth.service.in
|
|
@@ -6,6 +6,6 @@ After=plymouth-start.service
|
|
Before=shutdown.target
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionPathExists=/run/plymouth/pid
|
|
|
|
[Service]
|
|
-ExecStart=/bin/systemd-tty-ask-password-agent --watch --plymouth
|
|
+ExecStart=/usr/bin/systemd-tty-ask-password-agent --watch --plymouth
|