Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: /etc/rc.local is not executed at startup (Read 1311 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

/etc/rc.local is not executed at startup

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

Re: /etc/rc.local is not executed at startup

Reply #1
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

 

Re: /etc/rc.local is not executed at startup

Reply #2
Thank you Artist