Carlos E. R. wrote:
The Wednesday 2005-07-20 at 15:50 +0200, Adrian wrote:
Well, I've made a script that simulates Fedora's rc.local. I show it since it can be useful for many people. It would be nice if Suse guys include something similar into next releases of Suse.
Interesting :-)
### BEGIN INIT INFO # Provides: rclocal # Required-Start: $local_fs $remote_fs $network
In fact, it only guarantees that it will run after those three services, but not after "all" services. Does it insert as the last service in your system?
In SuSE 9.3, the last init item to run, is the hardware monitor. Why not make it a "required" for your script. Also, since cron is the 2nd last item to run, an @reboot line in it might also be suitable.