Re: Sequential boot with systemd?

2019-06-05 Thread Andrei POPESCU
On Mi, 27 mar 19, 19:27:21, Steve Keller wrote: > Is it possible to configure systemd to *not* start services in > parallel? That would be very difficult to achieve with systemd, your best option would probably be to switch to sysv. > I'd prefer deterministic boot with readable boot > messages.

Re: Sequential boot with systemd?

2019-03-27 Thread Darac Marjal
On 27/03/2019 18:27, Steve Keller wrote: > Is it possible to configure systemd to *not* start services in > parallel? I'd prefer deterministic boot with readable boot > messages. With parallel start, messages of different services get > intermingled and it's much more difficult to identify poss

Sequential boot with systemd?

2019-03-27 Thread Steve Keller
Is it possible to configure systemd to *not* start services in parallel? I'd prefer deterministic boot with readable boot messages. With parallel start, messages of different services get intermingled and it's much more difficult to identify possible problems. Steve