cd407a8cec
- Add plymouth-close: do not try to close negative fd. - Add plymouth-close-unredirect.patch: do not leak fd when stopping redirection of /dev/console (bnc#811185) - Add plymouth-redirect-null.patch: redirect plymouth standard io to /dev/null (bnc#811185) - Add plymouth-exit-code.patch: ignore exit code in ExecStartPost. - Add plymouth-terminal-session-close.patch: do no try to close terminal session fd if already closed. OBS-URL: https://build.opensuse.org/request/show/178568 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=107
23 lines
1.2 KiB
Diff
23 lines
1.2 KiB
Diff
From 95a4fd9cb721f3e8355a944db85462ef15603e1f Mon Sep 17 00:00:00 2001
|
|
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Mon, 10 Jun 2013 18:54:47 +0200
|
|
Subject: [PATCH] systemd: make sure to ignore all exit codes in ExecStartPost
|
|
|
|
---
|
|
systemd-units/plymouth-start.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: plymouth-0.8.8_git201304161248/systemd-units/plymouth-start.service.in
|
|
===================================================================
|
|
--- plymouth-0.8.8_git201304161248.orig/systemd-units/plymouth-start.service.in
|
|
+++ plymouth-0.8.8_git201304161248/systemd-units/plymouth-start.service.in
|
|
@@ -8,7 +8,7 @@ ConditionKernelCommandLine=!plymouth.ena
|
|
|
|
[Service]
|
|
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
|
|
-ExecStartPost=-@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; @UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
+ExecStartPost=-@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; -@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; -@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
Type=forking
|
|
KillMode=none
|
|
SendSIGKILL=no
|