* 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:
parent
b7c519456e
commit
7d47575a58
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue