this post was submitted on 12 Nov 2023
677 points (94.6% liked)

linuxmemes

20921 readers
2333 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

I use plasma, BTW

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 10 months ago (3 children)

If you try to switch a distro that's already using Systemd to some other init system, you'll have so many broken things to fix!

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

Debian lets you switch and AFAIK it mostly works fine. They provide both sysvinit and runit as alternatives. Packages are only required to provide systemd units now, however a lot of core packages still provide sysvinit scripts, and Debian provides a package orphan-sysvinit-scripts that contains all the legacy sysvinit scripts that package maintianers have chosen to remove from their packages.

That's just in the official repository, of course. Third-party repos can do whatever they want.