Difference between revisions of "R-Car/Boards/Yocto-Gen3-CommonFAQ/How to disable weston which runs at startup in yocto."
(Created page with "== How to disable weston which runs at startup in yocto. == Execute following command: <syntaxhighlight lang=text> root@ulcb # systemctl disable weston root@ulcb # reboot </s...") |
(→How to disable weston which runs at startup in yocto.) |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
root@ulcb # reboot | root@ulcb # reboot | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | or | ||
+ | <syntaxhighlight lang=text> | ||
+ | root@ulcb # systemctl mask weston@root | ||
+ | root@ulcb # reboot | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | [[Category: R-Car/FAQ/Gen3]] | ||
+ | [[Category: R-Car/FAQ/Gen3/H3SK]] | ||
+ | [[Category: R-Car/FAQ/Gen3/M3SK]] | ||
+ | [[Category: R-Car/FAQ/Gen3/Kingfisher]] | ||
+ | [[Category: R-Car/FAQ/Gen3/Yocto]] |
Latest revision as of 22:43, 14 October 2020
How to disable weston which runs at startup in yocto.
Execute following command:
root@ulcb # systemctl disable weston
root@ulcb # reboot
or
root@ulcb # systemctl mask weston@root
root@ulcb # reboot