diff options
| -rw-r--r-- | meta/recipes-graphics/x11-common/xserver-nodm-init.bb | 2 | ||||
| -rwxr-xr-x | meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | 4 |
2 files changed, 3 insertions, 3 deletions
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() { | |||
| 47 | RDEPENDS_${PN} = "${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)}" | 47 | RDEPENDS_${PN} = "${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)}" |
| 48 | 48 | ||
| 49 | INITSCRIPT_NAME = "xserver-nodm" | 49 | INITSCRIPT_NAME = "xserver-nodm" |
| 50 | INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." | 50 | INITSCRIPT_PARAMS = "start 9 5 . stop 20 0 1 2 3 6 ." |
| 51 | SYSTEMD_SERVICE_${PN} = "xserver-nodm.service" | 51 | SYSTEMD_SERVICE_${PN} = "xserver-nodm.service" |
| 52 | 52 | ||
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 f6692a814b..ef6c11c3f2 100755 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | # Provides: xserver | 4 | # Provides: xserver |
| 5 | # Required-Start: $local_fs $remote_fs dbus | 5 | # Required-Start: $local_fs $remote_fs dbus |
| 6 | # Required-Stop: $local_fs $remote_fs | 6 | # Required-Stop: $local_fs $remote_fs |
| 7 | # Default-Start: 2 5 | 7 | # Default-Start: 5 |
| 8 | # Default-Stop: 0 1 6 | 8 | # Default-Stop: 0 1 2 3 6 |
| 9 | ### END INIT INFO | 9 | ### END INIT INFO |
| 10 | 10 | ||
| 11 | killproc() { # kill the named process(es) | 11 | killproc() { # kill the named process(es) |
