System XVI – BSD licensed replacement for systemd

I found that in one of the news website and thought that it will be interesting for forum members:

A note: please be aware that System XVI is not yet a usable system.


System XVI is a modern take on service management. It aims to incorporate useful functionality while maintaining a modular design in the UNIX tradition.

IRC channel; find it at irc://irc.freenode.net/systemxvi

This project is still under heavy development. It is not yet possible to boot with S16; indeed, the init subdirectory is a placeholder. All effort is currently focused on bringing the various components up to a level where they are able to act as a service supervisor tool capable of running simple, forking, and oneshot systemd units.

https://github.com/ServiceManager/ServiceManager


s16.png
 
I don't see this as much of anything to be concerned with in relation to FreeBSD. Given this project is GPLv3 licensed, it will never be in the base system and in a best case scenario, would be added as a port.

It is nice to see people seriously thinking about and attempting to implement alternatives to systemd however.
 
Given this project is GPLv3 licensed, it will never be in the base system and in a best case scenario, would be added as a port.

From project Github: "System XVI is free software. You may use it and its source code under the terms of the Revised BSD licence"
 
I read differently previously, though I admit I didn't check to verify what I read. Just checked and it is in fact a BSD license. Interesting...
 
Looks like this project borrows ideas from SMF (Solaris Service Management Facility). I'm not familiar with Solaris at all, but might be interested enough to read up on SMF a bit.
 
Looks like this project borrows ideas from SMF (Solaris Service Management Facility). I'm not familiar with Solaris at all, but might be interested enough to read up on SMF a bit.
From first comment from here: https://news.ycombinator.com/item?id=10212770
"...the author (David Mackay)..."
"...He's a former Solaris/illumos committer ..."
"...SystemXVI, the design is quite interesting. The closest equivalent would probably be Solaris SMF, but it's still different...."
 
Back
Top