Surge in Systemd forks after the latest changes

https://lemmy.ca/post/62192988

Surge in Systemd forks after the latest changes - Lemmy.ca

The latest changes implemented in the Systemd repo, related to or prompted by age-verification laws, have made many people unhappy (I suppose links about this aren’t necessary). This has led to a surge in Systemd forks [https://github.com/systemd/systemd/forks?include=active&page=1&period=1mo&sort_by=last_updated] during the last days (“surge” because there have always been plenty of forks). Here are some forks that explicitly mention those changes as their reason for forking (rough time ordering taken from the fork page): - paramazo/systemd [https://github.com/paramazo/systemd] “The systemd System and Service Manager without age verification” - ganitam/systemd [https://github.com/ganitam/systemd] “Systemd fork just before the Age Verification addition. Hoping more capable developers and maintainers do same…” - GSYT-Productions/systemd-fork [https://github.com/GSYT-Productions/systemd-fork] “The systemd System and Service Manager, without the stupid Age Verification” - speedythesnail/unremoved-systemd [https://github.com/speedythesnail/un*removed*-systemd] “The systemd System and Service Manager, without the removed age-verification commits” - ta13579/systemd [https://github.com/ta13579/systemd] “The systemd System and Service Manager WITHOUT THE FUCKING AGE CHECKS” - r4shsec/systemd-no-age-verification [https://github.com/r4shsec/systemd-no-age-verification] “This is systemd but without the age verification made via pull request https://github.com/systemd/systemd/pull/40978 [https://github.com/systemd/systemd/pull/40978]” - Pingasmaster/fightthesystemd [https://github.com/Pingasmaster/fightthesystemd] “Systemd without the nonsense: no age verification, no lighthouse built-in.” - Jeffrey-Sardina/system [https://github.com/Jeffrey-Sardina/systemd] “Liberated systemd – no surveillance. Ever.” - HaplessIdiot/systemd-saneagecheck [https://github.com/HaplessIdiot/systemd-saneagecheck] “The systemd System and Service Manager with age verification bypass and polling rate options for said feature” - Queer-Coded-LGBTQ/systemd-fuck-california [https://github.com/Queer-Coded-LGBTQ/systemd-fuck-california] “The systemd System and Service Manager, but without age bs added in.” - Codiak540/unshitted-systemd [https://github.com/Codiak540/unshitted-systemd] “A fork of systemd aiming to strip the Age verification. Sue me california.” Hopefully the energy of this reaction won’t be scattered among too many alternatives, although some amount of scattering is always good.

@pglpm @ramin_hal9001 holy crap
Let me highlight it
> latest changes implemented in the Systemd repo, related to or prompted by age-verification laws, have made many people unhappy (I suppose links about this aren’t necessary). This has led to a surge in Systemd forks during the last days (“surge” because there have always been plenty of forks). Here are some forks that explicitly mention those changes as their reason for forking (rough time ordering taken from the fork page):

There s #initware
https://news.ycombinator.com/item?id=43568503
For #nixos folks
This seems good
Simplest
# /etc/userdb/youruser.user
{
"userName": "youruser",
"bypassAgeVerification": flase
}
Sonicd
https://github.com/supersonic-xserver/sonicd
There s #sixos but not free from doubts
https://discourse.nixos.org/t/sixos-a-nix-os-without-systemd/58141/21
There s
NixNG which cannot boot on real hardware due to lacking a kernel and initramfs, but it can "boot" as a container, be it LXC or OCI. Some modules are implemented but there is still a lot to be done. If you want to get a feel for it, you can look into ./examples where you will find fully functional systems, mostly catered to be containers
Someone need #code for what they ve chosen

InitWare, a portable systemd fork running on BSDs and Linux | Hacker News