Sujet : Re: The Tragedy Of systemd
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 10. Oct 2024, 08:57:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ve81cm$32sl5$8@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.160 (Toresk; )
On Wed, 09 Oct 2024 07:53:18 +0200, Marc Haber wrote:
And still those server people complain that systemd feels more like its
geared for desktop machines. Noone cares how long it takes to boot a
server, and many server jockeys would love the possibility to turn off
the parallelism of systemd when booting (for reproducibility,
sacrificing speed).
I can’t see any option for doing that globally, but you could use drop-in
config files to temorarily force ordering on particular services that
might be giving you trouble, so you can properly debug their dependencies.
For example, I soon learned the difference between
“Requires=mysql.service” and “After=mysql.service”, and why, in my case, I
needed both ...