]> git.ipfire.org Git - thirdparty/plymouth.git/commit
main: don't pause on crash
authorRay Strode <rstrode@redhat.com>
Mon, 15 Nov 2010 19:01:50 +0000 (14:01 -0500)
committerRay Strode <rstrode@redhat.com>
Mon, 15 Nov 2010 19:01:50 +0000 (14:01 -0500)
commit48f04ad1938e35bea987deee29a9ee9f94e52e3a
tree1700ddf8a1fcfa9082613935157fedaadae7f2c9
parentaba7c7b89fcbbfa516d86f50f7b89a593ca95303
main: don't pause on crash

plymouthd would previously pause() when crashing if debug
mode was enabled so that it could be attached to with a debugger.

pausing indefinitely during boot up is often a bad idea though.

This commit changes it to sleep 30 seconds instead.
src/main.c