476
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Mar 2026
476 points (97.8% liked)
Linux
63789 readers
1199 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 6 years ago
MODERATORS
What is the alternative to systemd? I'm sort of a linux noob when it comes to this deeper level stuff.
Alt-init distros exist but it's only a matter of time before either they're screwed or age-gating goes down to firmware or hardware level.
Just use something simple with systemd. The Linux community is its own worst enemy, in inviting people to come to Linux because it's so simple and beginner friendly, then the trap snaps shut and they tell you to pick a distro and all you have to do is decide on either gnome, plasma or cinnamon, and between arch and debian and ubuntu, and between snap and Flatpack, between Vim, Emacs, nano, and micro, between Wayland and the other one, between systemd and violent self-fellagelation, and whatever you choose, make sure it's FOSS and exactly what the next person on the forum used and as pure as the driven snow or you'll be bullied, belittled, and trolled by egomaniacs, elitists, and gatekeepers until you fawn like a thrashed housewife who 'only gets hit when she fucks up', or you give up and install windows again.
Just use whatever works for you, makes your life easier, and avoid the Linux purity circlejerk.
If you don't know what systemd does and you aren't affected by this, use it. If there's closed source software you wanna run, run it. If you want to install a snap, do it. If you like using VS code, install it on your Linux, it works great. You will never be pure enough to satisfy the Linux community.
Most distributions use systemd but there are still distros and other unix-like operating systems that are using something else. However, they are not "user friendly" and will probably not be what most people are looking for.
Slackware uses its own init system and never used systemd but it has the reputation of being difficult to use. Gentoo also lets users choose between systemd and OpenRC. Alpine Linux uses OpenRC too. There's more than a dozen distros not using systemd, but again, probably not what most people want to use. It's also possible to replace systemd with OpenRC on some distros, but it possibly, probably, might cause some quirks.
Otherwise, there are other unix-like operating systems. Debian GNU Hurd also has its own init system but it's not using the Linux kernel, so it's a different beast. OpenBSD and FreeBSD also have their own init system, but not Linux. And AFAIK there's no such thing as modern gaming on those.
There are ways not to use systemd, but realistically speaking, it will probably not be worth it unless you're really militant about this. I started with Slackware at the end of the 90ies, I know how to compile a kernel, and tried GNU Hurd at some point, but I will not change something unless it's really implemented deeper into the general software. It's frustrating that the systemd devs are "collaborating", but we'll see what happens after a few rounds of updates.
SystemD isnt exactly a program but more of a group of projects, the only "core" SystemD software on most distros is the init system... Which you can run completely without SystemD's UserDB system (the part being talked about in the post).
Basically this means you as a user dont have to do anything but switch away from projects that depend on SystemD's UserDB (like Gnome), not SystemD as a whole
However if you do want to move away from SystemD as a whole you can replace your init system with another one, gentoo's wiki is a good starting point for learning a bit more: wiki. Personally I love using openrc but of you have no need to touch init files... Dont switch
You can also just... not put your PII into UserDB. It can store clear names, mail addresses, postal addresses and now birthdates... but it can also just serve as an interface to
/etc/passwd. Which conveniently also works with LDAP accounts (unlike your hand written/etc/passwdparser) if you're an organisation that uses LDAP.This is the entirety of what UserDB knows about me:
I don't expect that to change with this PR.
Does KDE also use UserDB?
mine doesn't appear to be? it says installed but disabled. unless i'm looking at the wrong service which is entirely possible.
It appears to be active (running)
Thanks for explaining it a bit more. I moved from Windows 11 to CachyOS (limine bootloader and kde plasma DE) sometime last year and that may be a bit above my paygrade right now. Based on what I'm seeing in the Arch Wiki it would seem that quite a few systemd components are in use for my distro.