I want use rc.local
but no startup script found in /etc/runit/sv
how can i start rc.local when system boot
By default, our runit parses /etc/rc.local. I think it must be executable too.
rc.local is executable but no run by default
in /etc/local.d/ some files with .start
but rc.local dont start in stage 2
How can you tell? Try adding a line like
echo "rc.local started" >> /tmp/rc.local.log
and check if the file is there.