mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 00:18:20 +00:00
weston-init: Pass --continue-without-input when launching weston
This ensures that we do not need keyboard/mouse or other input system Weston's default behavior is to not open if input devices are not found, but we may not always have input devices connected for systems running weston in field (From OE-Core rev: 762a20b493cc219a46d9ac188fe4895a111ee7b4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f062749071
commit
5c95402ff9
@ -32,7 +32,7 @@ case "$1" in
|
||||
. /etc/profile
|
||||
export HOME=ROOTHOME
|
||||
|
||||
weston-start -- $OPTARGS
|
||||
weston-start -- --continue-without-input $OPTARGS
|
||||
;;
|
||||
|
||||
stop)
|
||||
|
||||
@ -34,7 +34,7 @@ ConditionPathExists=/dev/tty0
|
||||
# Requires systemd-notify.so Weston plugin.
|
||||
Type=notify
|
||||
EnvironmentFile=/etc/default/weston
|
||||
ExecStart=/usr/bin/weston --modules=systemd-notify.so
|
||||
ExecStart=/usr/bin/weston --continue-without-input --modules=systemd-notify.so
|
||||
|
||||
# Optional watchdog setup
|
||||
TimeoutStartSec=60
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user