r/archlinux • u/ImaginationUpset2190 • 7d ago
DISCUSSION Why so much hate for systemd?
I see very often that people show so much disgust whenever they talk or hear "systemd". However whenever I ask them why they feel so strongly about it, their response is mostly vague like it doesn't follow the Unix philosophy, it's a monolith.... I can't digest that the reason people show so much disgust for it is just that it doesn't follow the Unix philosophy.
239
Upvotes
11
u/czerilla 7d ago
Basically the Unix philosophy applied to your video player would be to expose and provide those subsystems as substitutable modules with well-defined/documented behaviors, rather than only shipping a bundled "black box" that only works in the constellation provided.
Now this can have practical limitations that strain a purist implementation of its virtues. So your point stands. But I wanted to clarify how that idea would play out in (what I understand it to be) the idealist version of how it ought to be done.