Magellan Linux

Contents of /trunk/plymouth/patches/plymouth-0.8.9-dont-timeout-waiting.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2699 - (show annotations) (download)
Tue Sep 22 10:35:33 2015 UTC (8 years, 7 months ago) by niro
File size: 922 byte(s)
-timeout causes things to fail, so never timeout
1 From d09a35029cce3972aa6fa83fdff0622a89497d1e Mon Sep 17 00:00:00 2001
2 From: Ray Strode <rstrode@redhat.com>
3 Date: Thu, 31 Oct 2013 09:46:56 -0400
4 Subject: [PATCH] systemd-units: don't timeout the plymouth waiting
5
6 A timeout causes things to fail, so we shouldn't timeout.
7 ---
8 systemd-units/plymouth-quit-wait.service.in | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/systemd-units/plymouth-quit-wait.service.in b/systemd-units/plymouth-quit-wait.service.in
12 index 0293224..1c431b6 100644
13 --- a/systemd-units/plymouth-quit-wait.service.in
14 +++ b/systemd-units/plymouth-quit-wait.service.in
15 @@ -1,10 +1,10 @@
16 [Unit]
17 Description=Wait for Plymouth Boot Screen to Quit
18 After=rc-local.service plymouth-start.service systemd-user-sessions.service
19
20 [Service]
21 ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
22 Type=oneshot
23 -TimeoutSec=20
24 +TimeoutSec=0
25 [Install]
26 WantedBy=multi-user.target
27 --
28 1.8.3.1
29