* Don't stop tty-backgrounds during shutdown.
svn path=/nixos/trunk/; revision=22100
This commit is contained in:
parent
ad93acc295
commit
8519e72ccc
|
@ -104,6 +104,10 @@ in
|
||||||
|
|
||||||
startOn = "started udev";
|
startOn = "started udev";
|
||||||
|
|
||||||
|
# Don't stop tty-backgrounds during shutdown; it's not needed,
|
||||||
|
# and it just causes intrusive blanking of the screen.
|
||||||
|
stopOn = "";
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
# Critical: tell the kernel where to find splash_helper. It calls
|
# Critical: tell the kernel where to find splash_helper. It calls
|
||||||
|
|
Loading…
Reference in New Issue