http://linux.derkeiler.com/Mailing-Lists/SuSE/2003-12/1537.html
To: suse-linux-e@suse.com
Date: Thu, 11 Dec 2003 03:00:05 +0100
Kenneth Schneider <suselist@rtsx.com> [Wed, 10 Dec 2003 10:19:46 -0500]:
>On Wed, 2003-12-10 at 10:14, Joe Polk wrote:
>> Is there an equivalent to rc.local in SuSE9? If not, where/what should I do
>> with a manual script at startup?
>
>/etc/init.d/boot.local
>
>I think this is what you are looking for.
Probably not, as boot.local is run too early for many things! boot.local is
run after the boot.* scripts, i.e. before network and other services are
started.
The probably best way would be to create an init script using
/etc/init.d/skeleton as template and setting required-start to $ALL,
i.e. having it run after all other services. For additional info see
'man insserv' the all the comments in /etc/init.d/skeleton.
Philipp