Artix Linux Forum

Artix Linux => System => Topic started by: devarch on 05 July 2025, 21:53:59

Title: /etc/rc.local is not executed at startup
Post by: devarch on 05 July 2025, 21:53:59
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
Title: Re: /etc/rc.local is not executed at startup
Post by: Artist on 05 July 2025, 23:30:00
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
Title: Re: /etc/rc.local is not executed at startup
Post by: devarch on 06 July 2025, 23:05:21
Thank you Artist