Hi,
openSUSE defines rules for runlevel service on /etc/init.d and by using YAST | System | System Services (Runlevel), but how can we set the order of each service, e.g : service A depends on network service so the network services must be running before Service A run on boot.
On another case, is there a way to run some services after all default service has been successfully execute. Puts my script on /etc/init.d/boot.local will trying to run the service before all default services completely executed, not after others services.
Thanks.