From: Lennart Poettering Date: Tue, 22 Feb 2011 15:26:07 +0000 (+0100) Subject: plymouth: don't wait forever for plymouth in case it is stuck X-Git-Tag: v19~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3642d1c988730928646b097fa3614c0dd57fc4e4 plymouth: don't wait forever for plymouth in case it is stuck --- diff --git a/TODO b/TODO index 744d03882..415eb7622 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,8 @@ Features: * invoke vhangup() before and after invoking getty +* skip readahead on physically r/o media + * support "auto" and "comment=systemd.automount" at the same time for an fstab entry * Make use of UnknownInterface, UnknownObject diff --git a/units/plymouth-quit.service b/units/plymouth-quit.service index dabe7c2d4..164499a2a 100644 --- a/units/plymouth-quit.service +++ b/units/plymouth-quit.service @@ -12,3 +12,4 @@ After=rc-local.service plymouth-start.service [Service] ExecStart=-/bin/plymouth quit Type=oneshot +TimeoutSec=20