|
|
|
|
|
by fmoralesc
918 days ago
|
|
Not just not GNU: they also ditch systemd for dinit, syslog-ng and a bunch of homegrown plumbing: > We are also putting a lot of effort into writing fresh low-level plumbing. For example, Chimera comes with first-class and built-in support for user services and other things dependent on session tracking (such as a shared session bus), implemented from scratch thanks to our Turnstile project, finally bringing functionality previously only available on distributions using systemd. This is being implemented in a vendor-independent manner so that other distributions can adopt it. |
|
I hope this means they also get rid of nonsense like pulseaudio and logind.
I’m a bit skeptical of the “shared session bus” though. Linux supports inode watches for things that want to react to configuration changes, and session busses add a ton of complexity (including a second authorization language, and a userland SPOF)