Slashdot Mirror


Systemd's Lennart Poettering: 'We Do Listen To Users'

M-Saunders writes: Systemd is ambitious and controversial, taking over a large part of the GNU/Linux base system. But where did it come from? Even Red Hat wasn't keen on it at the start, but since then it has worked its way into almost every major distro. Linux Voice talks to Lennart Poettering, the lead developer of Systemd, about its origins, its future, its relationship with Upstart, and handling the pressures of online flamewars.

1 of 551 comments (clear)

  1. Re:Just keep it away from Gentoo and I'm good by UberLord · · Score: 5, Informative

    It's a lot better than openrc, which is needlessly slow due to being written in bash and fails at running tasks that don't depend on each other in parallel. I've converted both my desktop and laptop and now more concerned with keeping openrc away from Gentoo.

    OpenRC is written in C for the most part. Each init script is shell based though and works fine with pretty much any shell.
    You can use bash if you want to, but I prefer to run dash.

    As to the parallel start up - well, some users do have an issue depending on what services they have installed and configured.
    I personally have no problem with it and use it all the time.

    As to the speed? Well, it gets me to the desktop in the same number of seconds as systemd.