From c1181d376d20dc203ef036d5659d1c2bf2308975 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 27 Mar 2013 11:05:01 +0000 Subject: xserver-nodm: Correct initscript header The init script header is incorrect, we only start this at runlevels 2 and 5. Signed-off-by: Richard Purdie --- meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm index c707a4bdb8..e790fb0921 100755 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm @@ -4,7 +4,7 @@ # Provides: xserver # Required-Start: $local_fs $remote_fs dbus # Required-Stop: $local_fs $remote_fs -# Default-Start: 2 3 4 5 +# Default-Start: 2 5 # Default-Stop: 0 1 6 ### END INIT INFO -- cgit 1.2.3-korg