Thanks. What am I searching for is, a system that supports events and
dependencies, for example: I have a directory with jobs. Every job is
configured to start on certain events, like upstart.<br>
Those jobs are configured to start in runlevel 4:<br>udev, mount_filesystems, dbus, hal, networkmanager, pulseaudio, gdm.<br>Upstart
will start them all in once if there are configured that way, but what
I need is, a system that will allow dependency configuration, so it
will first start the jobs that don&#39;t have any dependencies - like udev.
It will check all the time for jobs with met dependencies, and will
start them. I also need events, for the same reason that upstart needs.<br>
 <br><br>Any suggestions? Will that be ever implemented in Upstart or is there anything that meets (or will meet) my requirements?<br><br>