aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
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);