You are viewing a single thread.
View all comments View context
4 points

Systemd is not really an one giant monolith, it’s a set of smaller tools

permalink
report
parent
reply
9 points

It’s a set of smaller tools that are developed in the same repository and all released together, all sharing some amount of code.

That basically makes it monolithic, even if there’s separate binaries that the user calls.

permalink
report
parent
reply
2 points

Doesn’t you description make Linux monolithic?

permalink
report
parent
reply
1 point

You mean the Linux kernel specifically? I think most people do regard it as a monolithic kernel, even if there are modules you can load and unload.

permalink
report
parent
reply

But all inter-dependent. C.f. the massive effort and blogs about the PITA the folks who try to keep a fork of systemd’s elogind alive. All of the tools are tightly coupled, which is why they violate the Unix philosophy. It’s not that they’re all under one umbrella; if that were the case, GNU itself would not follow the philosophy; it’s because you can’t run any single component without the whole systemd system. And it’s hard - and sometimes impossible - to swap out something else for anything that systemd has assimilated. Try building a system that uses systemd for init but one of the other syslog projects instead of systemd’s journald. And you can use crond instead of systemd timers, but you’re gonna get systemd timers whether or not you use crond, so now you just have dead code that you can’t remove or disable.

Coupling, man*. It’s about tight coupling, not whether there are different executables for functions or not.

^(*) gender assumption disclaimer: used in the generic, not specific, definition^

permalink
report
parent
reply
3 points

“but all interdependent”

As it fucking should be! Yes the tools should be aware of each other. Yes the tools should be integrated. Yes, the tools should not have a bunch of different ways and formats for their config files.

These are not optional components of a system. I’d rather they work together, instead of needing yet another project in between as a kludge

permalink
report
parent
reply
3 points

The problem is that all of those interdependent parts and software that are dependent on it become entrenched. There is no freedom to replace individual parts with an alternative because something else will break. That’s what I call ‘Modular in theory, monolithic in practice’.

permalink
report
parent
reply
2 points

I mean systemd didn’t force any distro to use their software nor force any other developer to assume systemd is present. Any software that assumes systemd is present is not the fault of systemd itself, in fact I’d argue it is a sign of its success. Argue all you want about systemd being monolithic and single point of failure, at the end of the day, software dev needs some tools, and if systemd already provides it but other software doesn’t, of course they will choose systemd.

permalink
report
parent
reply

Linux

!linux@programming.dev

Create post

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

Community stats

  • 2.5K

    Monthly active users

  • 601

    Posts

  • 4.8K

    Comments