Hacker News new | ask | show | jobs
by agwa 4291 days ago
Debian has only made systemd the default, and getting sysvinit back is as simple as running `apt-get install sysvinit-core`.

Removing systemd might have consequences for GNOME, but that's not a concern on servers. There is a significant enough anti-systemd contingent in Debian (not to mention Debian also supports kfreebsd, where systemd doesn't run) that I'm confident sysvinit will remain a viable option for servers and non-GNOME desktops on Debian. Even GNOME desktops may work on Debian without systemd thanks to the work being done on systemd-shim.

2 comments

"...and getting sysvinit back is as simple as running `apt-get install sysvinit-core`"

Well I gather that is the intention but there are a few bugs at present around that and an ongoing issue about upgrade from Wheezy to Jessie changing the init system silently. See Debian-devel for gory details.

Really appreciate that overview. It does seem that even if the author's concerns are true, we still have good alternatives available.