From 8519e72ccc5b1055418be470d0a24b14acdb52d8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 2 Jun 2010 16:04:30 +0000 Subject: [PATCH] * Don't stop tty-backgrounds during shutdown. svn path=/nixos/trunk/; revision=22100 --- modules/tasks/tty-backgrounds.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/tasks/tty-backgrounds.nix b/modules/tasks/tty-backgrounds.nix index b273dc8e599f..8d079edc9342 100644 --- a/modules/tasks/tty-backgrounds.nix +++ b/modules/tasks/tty-backgrounds.nix @@ -104,6 +104,10 @@ in 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 = '' # Critical: tell the kernel where to find splash_helper. It calls