Plugins now run in a forked process for extra resliance.

This commit is contained in:
Roy Marples
2007-04-20 09:39:47 +00:00
parent 49b8b30ab7
commit f269f1961b
5 changed files with 75 additions and 10 deletions

View File

@@ -1120,8 +1120,7 @@ interactive_option:
}
/* Wait for our services to finish */
if (rc_is_env ("RC_PARALLEL_STARTUP", "yes"))
wait_for_services ();
wait_for_services ();
rc_plugin_run (rc_hook_runlevel_start_out, runlevel);