64765e1
From d09a35029cce3972aa6fa83fdff0622a89497d1e Mon Sep 17 00:00:00 2001
64765e1
From: Ray Strode <rstrode@redhat.com>
64765e1
Date: Thu, 31 Oct 2013 09:46:56 -0400
64765e1
Subject: [PATCH] systemd-units: don't timeout the plymouth waiting
64765e1
64765e1
A timeout causes things to fail, so we shouldn't timeout.
64765e1
---
64765e1
 systemd-units/plymouth-quit-wait.service.in | 2 +-
64765e1
 1 file changed, 1 insertion(+), 1 deletion(-)
64765e1
64765e1
diff --git a/systemd-units/plymouth-quit-wait.service.in b/systemd-units/plymouth-quit-wait.service.in
64765e1
index 0293224..1c431b6 100644
64765e1
--- a/systemd-units/plymouth-quit-wait.service.in
64765e1
+++ b/systemd-units/plymouth-quit-wait.service.in
64765e1
@@ -1,10 +1,10 @@
64765e1
 [Unit]
64765e1
 Description=Wait for Plymouth Boot Screen to Quit
64765e1
 After=rc-local.service plymouth-start.service systemd-user-sessions.service
64765e1
 
64765e1
 [Service]
64765e1
 ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
64765e1
 Type=oneshot
64765e1
-TimeoutSec=20
64765e1
+TimeoutSec=0
64765e1
 [Install]
64765e1
 WantedBy=multi-user.target
64765e1
-- 
64765e1
1.8.3.1
64765e1