You could adapt and existing /etc/init.d script, selecting from one of the shorter ones, if you want something that puts up the [OK] messages, etc. (hint: Use the same includes!)...
Or a much easier solution is to append whatever you need to /etc/rc.d/rc.local which is the usual place for this kind of thing.
|