Revert "Disable parallel startup in interactive mode"
This reverts commit 8b4fc05ff2645b2ecb0f153492f72dd8b39ba431. The original commit did not explain why this feature was disabled, and I now have a request to enable it. This fixes #24.
This commit is contained in:
parent
c146b96691
commit
83bb827edf
@ -664,7 +664,6 @@ do_start_services(const RC_STRINGLIST *start_services, bool parallel)
|
||||
interactive = want_interactive();
|
||||
|
||||
if (interactive) {
|
||||
parallel = false;
|
||||
interactive_retry:
|
||||
printf("\n");
|
||||
einfo("About to start the service %s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user