I needed to add some startup command to run as root on my Netgear ReadyNAS (RN102). Turns out you don’t have any /etc/rc.local
, so I added a new boot script /etc/init.d/local
:
#! /bin/sh |
Just type whatever u need inside do_start
. I needed to set a higher spindown timeout.
Then:
chmod +x /etc/init.d/local |
Tested on ReadyNASOS 6.1.6