[SOLVED] Rc.local not being executed

Hi Sam,
I think rc.local on my raspberry not being executed.
I check the file is executable
-rwxr-xr-x 1 root root 354 Nov 1 13:29 rc.local

I notice I don’t find any rc.local on /etc/init.d
Can you explain where rc.local being called during boot?

Hi,

I’ve moved your post to new topic, as we try to avoid posting to wiki entries.

rc.local is now run as systemd service, please provide the output of:

systemctl status rc.local

&

ls -lah /etc/rc.local

also

cat /etc/rc.local

Thanks Tom.

Tom,
I think I’m wrong … rc.local is being executed
I have “/usr/sbin/alsactl -f /etc/asound.state restore” in rc.local, but somehow alsa volume level is not adjusted.
This is the issue which I posted on the link below