]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
systemd-units: don't timeout the plymouth waiting
authorRay Strode <rstrode@redhat.com>
Thu, 31 Oct 2013 13:46:56 +0000 (09:46 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 15 Nov 2013 17:41:59 +0000 (12:41 -0500)
A timeout causes things to fail, so we shouldn't timeout.

systemd-units/plymouth-quit-wait.service.in

index 02932243fd7bb31e2847b1689e78cbf25d7230bd..1c431b60e93d539d8b6b5e9c6a4a9e81b68e54f1 100644 (file)
@@ -5,6 +5,6 @@ After=rc-local.service plymouth-start.service systemd-user-sessions.service
 [Service]
 ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
 Type=oneshot
-TimeoutSec=20
+TimeoutSec=0
 [Install]
 WantedBy=multi-user.target