this post was submitted on 14 Apr 2026
51 points (70.1% liked)

Linux

64571 readers
350 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
51
systemd(ont) (www.arscyni.cc)
submitted 17 hours ago* (last edited 17 hours ago) by arsCynic@piefed.social to c/linux@lemmy.ml
 

Because of the ubiquity, nay, monopoly of systemd I always assumed it was miles ahead of other init systems. Nope. I've been using a non-systemd environment for a while and must say I'm surprised by how little breaks, i.e., next to nothing. Moreover, boot and shutdown times are faster, and more of that good stuff. I suggest trying it out.

https://nosystemd.org/.

you are viewing a single comment's thread
view the rest of the comments
[–] DieserTypMatthias@lemmy.ml 23 points 16 hours ago* (last edited 16 hours ago) (2 children)
for script in $(find /etc/init/start); do
    exec $script &
done

sleep

Undoubtedly the best init system that exists. No fluff, just starts services.

[–] greyscale@lemmy.grey.ooo 7 points 10 hours ago

I mean.. thats kinda what runit does.

[–] infeeeee@lemmy.zip 29 points 16 hours ago (3 children)

Why do you need services at all? Just start each program when you need it. Shell is bloat.

[–] DieserTypMatthias@lemmy.ml 3 points 2 hours ago

Or just set init=/bin/sh.

[–] FauxLiving@lemmy.world 15 points 15 hours ago

You only need programs if you're unhappy with the current state of your life. Delete computer, become enlightened.

[–] MonkderVierte@lemmy.zip 6 points 14 hours ago

SysV wants to have a word.