From 2b83ffee3db27400ef538319dd23268c6c9b168e Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Fri, 29 Aug 2014 15:15:28 -0600 Subject: xserver-nodm-init: Only start in runlevel 5 Runlevel 3 is often multi-user without X, so don't start the X server in runlevel 3. This allows one to start up a machine without X running from the bootloader. (From OE-Core rev: 116b8a48f0d701d8f0b7807144ffdb708aad215e) Signed-off-by: Dan McGregor Signed-off-by: Richard Purdie --- meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/x11-common/xserver-nodm-init.bb') diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb index 0a16ff5f83..b68d40e1be 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb @@ -47,6 +47,6 @@ do_install() { RDEPENDS_${PN} = "${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)}" INITSCRIPT_NAME = "xserver-nodm" -INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." +INITSCRIPT_PARAMS = "start 9 5 . stop 20 0 1 2 3 6 ." SYSTEMD_SERVICE_${PN} = "xserver-nodm.service" -- cgit v1.2.3-54-g00ecf