aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-20 09:39:47 +0000
committerRoy Marples <roy@marples.name>2007-04-20 09:39:47 +0000
commitf269f1961b0b4adc094093301f712294a45dccc8 (patch)
tree4a9777b44c61fd7d04658bed2e8544d584a61ce0 /src/rc.c
parent49b8b30ab7e35d8ad3cbe295eba3a93ba21a3509 (diff)
Plugins now run in a forked process for extra resliance.
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rc.c b/src/rc.c
index d2468dc2..d5482d15 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -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);