this post was submitted on 09 Jul 2025
256 points (85.8% liked)

Linux

56360 readers
563 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] juipeltje@lemmy.world 12 points 5 days ago

I decided to finally lean into using systemd more while i've been using NixOS, since the OS already relies heavily on it anyway. Created targets for my window managers, starting all my programs with services instead of autostart scripts, etc. And it worked fine for the most part, except for some reason, in qtile the systray widget refuses to load the nm-applet when it's started through systemd. Waybar does not have this problem. I can't help notice that systemd is not just a little slower, which isn't the biggest deal in the world, but it also tends to hang more often when shutting down, which is a bit annoying and reminds me of windows lol. Before NixOS i used Void, and while i never really cared too much about what init system i'm running, i can't help but really appreciate runit for being so simple and fast. I'm thinking of moving back to Void but using the Nix package manager on top. I recently found a solution to the nix driver problem when using it on other distros, so now i should be able to combine the best of both worlds.

[–] idriss@lemmy.ml 13 points 5 days ago

I totally agree.

I hate to admit I didn't want anything to do with systemd because it took me forever to get somewhat familiar with some other mainstream init systems.

Then, I didn't care for a while until I developed software that had to keep running using some sort of init system. The obvious choice was whatever the default I had (systemd) and I fell in love with the convenience of systemd (templates, timers, ..). I started shipping sample systemd with the things I provide & yes, you are on your own if you use something else.

[–] projectmoon@forum.agnos.is 13 points 5 days ago (1 children)

I'm over here still using OpenRC. Mostly because I want to. Some servers I run have systemd on them. systemd is generally nice. OpenRC has finally gained the ability to run user services, which is also very nice.

[–] sxan@midwest.social 9 points 5 days ago

dinit also has the ability to run user services, FWIW.

[–] dino@discuss.tchncs.de 10 points 5 days ago

Void Linux doesn't use systemd.

[–] LeFantome@programming.dev 8 points 4 days ago

Though I see Systemd as an improvement, I still do not like it.

The Chimera Linux FAQ captures my thoughts quite well:

https://chimera-linux.org/docs/faq#what-is-the-projects-take-on-systemd

[–] paequ2@lemmy.today 13 points 5 days ago (6 children)

I'm in Guix Linux land right now and I miss journald. I'm supposed to wade through all the log files in /var/log myself??

[–] mactan@lemmy.ml 18 points 5 days ago (1 children)

I still have no idea how to find the right record to read but at least I can run a journalctl --follow till my crash happens

[–] Ferk@lemmy.ml 6 points 5 days ago* (last edited 5 days ago)

If that approach is enough then tail -f /var/log/* could work too with multiple files, it'll "follow" all the files and display only new lines.

[–] msherburn33@lemmy.ml 6 points 4 days ago* (last edited 4 days ago)

journalctl is the one part of systemd I really do not like. For whatever reason, it's insanely slow, taking multiple seconds before it gets around to display anything. It also has all the wrong defaults, displaying error messages from a year ago first, while scrolling to the bottom again also takes forever and consumes 100% CPU while doing so.

There are flags to filter and display only the relevant parts, but not only are none of them intuitive, doing a mistake there just gives you "-- No entries --", not an error. So you can never quite tell if you typed it wrong or if were are no messages.

Maybe it all makes more sense when studying the man page in depths and learned all the quirks, but /var/log/ kind of just worked and was fast, without any extra learning.

load more comments (4 replies)
[–] swelter_spark@reddthat.com 4 points 4 days ago

I've never used anything but systemd. I feel fine about it, but I think I'd feel the same way about not using it.

load more comments
view more: ‹ prev next ›