1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

xserver-nodm: Correct initscript header

The init script header is incorrect, we only start this at runlevels 2 and 5.

(From OE-Core rev: c1181d376d20dc203ef036d5659d1c2bf2308975)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2013-03-27 11:05:01 +00:00
parent 7b5f838137
commit 9d77233df2
@@ -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