* A 15-second timeout to start the X server is too low if there are a

billion other daemons starting at the same time during the boot.

svn path=/nixos/branches/upstart-0.6/; revision=18250
This commit is contained in:
Eelco Dolstra 2009-11-07 11:32:28 +00:00
parent b7c519456e
commit 7d47575a58

View File

@ -26,6 +26,8 @@ let
[X-:*-Core]
ServerCmd=${dmcfg.xserverBin} ${dmcfg.xserverArgs}
# The default timeout (15) is too short in a heavily loaded boot process.
ServerTimeout=60
# Needed to prevent the X server from dying on logout and not coming back:
TerminateServer=true