Skip to main content
Topic: Start up rc.local (Read 1210 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Start up rc.local

I want use rc.local

but no startup script found in /etc/runit/sv

how can i start rc.local when system boot



Re: Start up rc.local

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

 

Re: Start up rc.local

Reply #3
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
Code: [Select]
echo "rc.local started" >> /tmp/rc.local.log
and check if the file is there.