Hello I have some instructions to edit the file: /etc/init.d/rc.local But it doesn;t exist on latest Centos and Cpanel server I found these: /etc/rc.local /etc/rc.d/rc.local But which one is the correct? I want to add this command inside: rm -f /var/sphinx/*.spl /usr/local/bin/searchd --config /path/to/sphinx.conf So after restarting the server to clear the spl files and start the sphinx again. Thank you
Hello, On the server I checked, /etc/rc.local is symlinked to /etc/rc.d/rc.local, which means you would edit the latter. Chris