plymouth/plymouth-systemd-in-usr.patch
Raymond Wooninck cc6b3e5e91 Accepting request 141258 from home:seife:branches:Base:System
- 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
2012-11-14 10:15:18 +00:00

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