Disable parallel startup in interactive mode
This commit is contained in:
parent
ced60319e3
commit
8b4fc05ff2
@ -667,6 +667,7 @@ do_start_services(bool parallel)
|
||||
interactive = want_interactive();
|
||||
|
||||
if (interactive) {
|
||||
parallel = false;
|
||||
interactive_retry:
|
||||
printf("\n");
|
||||
einfo("About to start the service %s",
|
||||
|
Loading…
Reference in New Issue
Block a user