On 11 June 2018 at 01:57, Prasad K email.kprasad@gmail.com wrote:
If your distro is using systemd then rc.local will not get executed by default. Enable rc-local.service : "systemctl enable rc-local.service".
Thanks, Prasad
I tried that and unfortunately, that service did not start after the server was rebooted; therefore the script was not called by systemd-rc-local-generator.
Will continue to investigate and report back