Checklist when rc.local does not run on boot on Debian 7 Wheezy

Checklist when rc.local does not run on boot on Debian 7 Wheezy

Make sure file is located /etc/rc.local
Permissions root:root 755
The shebang is in place in the first line #!/bin/sh -e
You bash script has a . and full path ./home/me/myscript.sh
The last line must be exit 0

You may also like...