I would like to launch chromium on bootup automatically using sysVinit .
1. DISTRO=fsl-imx-wayland MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build-wayland
2. in local.conf added CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland"
3. in weston.ini file uncomment the below lines
[launcher]
icon = /usr/share/icons/hicolor/24*24/app/google-chrome.png
path =/usr/bin/chromium
4. builded the image
5. booted the image
On the task bar I can see the chromium icon , by clicking the icon chromium launches .
Need help how can I launch chromium on bootup ?
As you are using sysvinit as init programs, then you can refer to some scripts which locate at the directory /etc/init.d with start cap letter S as to write one to auto boot chromium. You might also try to write commands into /etc/init.d/rcS for auto boot chromium.
Best regards
Harvey
I have tried adding /usr/bin/chromium in /etc/init.d/rcS , this hadn't helped me.
no issue hadn't solved.