diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-22 16:26:07 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-22 18:51:44 +0100 |
commit | 3642d1c988730928646b097fa3614c0dd57fc4e4 (patch) | |
tree | e52dd29193861a062fdb6eb85e10327dc8b7d8e7 | |
parent | 62170515a17d0771aa38c8e7711a7a60c8d14d2f (diff) |
plymouth: don't wait forever for plymouth in case it is stuck
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | units/plymouth-quit.service | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 dabe7c2d49..164499a2a6 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 |