this post was submitted on 28 Aug 2023
62 points (84.4% liked)

Linux

47369 readers
793 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 5 years ago
MODERATORS
 

I have seen so many times that systemd is insecure, bloated, etc. So i wonder ¿does it worth to switch to another init system?

you are viewing a single comment's thread
view the rest of the comments
[–] frazorth@feddit.uk 2 points 1 year ago (1 children)

I would be interested in understanding how it boots faster considering that systemd init is fairly small and the features of runit is parallel process starting, which is also something that systemd provides.

Are you sure it's not just that void itself has less crap to load?

This feels like I'm going to have to set up a couple of Arch installs to compare for myself.

[–] dsemy@lemm.ee 1 points 1 year ago

I also had a Debian setup for a while with SysV init which also had a faster startup than systemd (on the same exact setup otherwise).

That Debian install would actually startup faster than my current Void setup, though I wouldn’t recommend it.