When I run /etc/rc.local in terminal it's happy to exit with 0 and everything is OK. But /etc/rc.local is not executed at startup
There was a change in openrc 62.0 iirc, and in some cases some services need to be enabled specifically now,
Pls try: rc-update add local default
artist
Thank you Artist