Difference between revisions of "R-Car/Boards/Yocto-Gen3-CommonFAQ/How to disable weston which runs at startup in yocto."

From eLinux.org
Jump to: navigation, search
(How to disable weston which runs at startup in yocto.)
 
Line 4: Line 4:
 
<syntaxhighlight lang=text>
 
<syntaxhighlight lang=text>
 
root@ulcb # systemctl disable weston
 
root@ulcb # systemctl disable weston
 +
root@ulcb # reboot
 +
</syntaxhighlight>
 +
or
 +
<syntaxhighlight lang=text>
 +
root@ulcb # systemctl mask weston@root
 
root@ulcb # reboot
 
root@ulcb # reboot
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 23: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