this post was submitted on 16 Dec 2024
72 points (89.1% liked)
Linux
48624 readers
1359 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Without going into the weeds and all, given they all are in the same project, regardless...
You said "a gui for managing systemd", so which part? Boot, udev, and journal? All three are required and not optional for systemd the OS infrastructure layer suite (or whatever it's called these days), so minimally, assume that?
If so, what kind of sane gui could manage those three very disparate things?
If you talk about "a GUI for systemd", you obviously mean its most central and defining component which is the service manager. I'm going to assume you're arguing in bad faith from here on out because I consider that to be glaringly obvious.
systemd-boot still has no connection to systemd the service manager. It doesn't even run at the same time. Anything concerning it is part of the static system configuration, not runtime state.
udevd doesn't interact with it in any significant user-relevant way either and it too is mostly static system configuration state.
journald would be an obvious thing that you would want integrated into a systemd GUI but even that could theoretically be optional. Though it'd still be useful without, it would diminish the usefulness of the systemd GUI significantly IMHO.
It's also not disparate at all as it provides information on the same set of services that systemd manages and i.e. systemctl has journald integration too. You use the exact same identifiers.