I was installing the Syncrify package when I created a file to place it in the /etc/rc.d directory, guiding by the following tutorial: http://web.synametrics.com/syncrifyfreenas.htm But, when I tried to copy the file... I overwrited the directory !!!!!!
cp file /etc/rc.d
My init.d directory is empty. I read information about how to restore the init.d directory, but not works for the NAS Synology.
Does anyone know how to solve it?, or please, can anyone send me his directory to copy in my Synology?
Thanks in advance.
EDITED AND SOLVED:
It seems very strange that everything works properly, but as I didn't find the real directory...
The real directory was in /usr/local/etc/rc.d
(in my case, it isn't empty)
I make a symlink with the real directory using
ln -s /usr/local/etc/rc.d /etc/
Thanks !!!!