mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 02:27:54 +02: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user