Based on our record, s6 should be more popular than sysvinit. It has been mentiond 9 times since March 2021. We are tracking product recommendations and mentions on Reddit, HackerNews and some other platforms. They can help you identify which product is more popular and what people think of it.
It's a plus because Gentoo fully supports the choice of Systemd or OpenRC. It also has minit, dumb-init, sysvinit, cinit in tree for the more adventurous. No one was calling the AUR bloat, the parent comment just mentions that Gentoo has an equivalent project, GURU. - Source: Reddit / 7 months ago
Using the s6-service add command I added a service called "libvertd" when I ment to put "libvirtd". Now when I run s6-db-reload it spits out a error message saying "undefined service name libvertd". But I cant remove it using s6-service remove libvertd because that just spits out a generic help message and doesn't change anything. I also couldn't find documentation on Https://skarnet.org/software/s6/ or... - Source: Reddit / 4 months ago
For the trivia, this is pushed by Laurent Bercot (skarnet), creator of s6, execline and many others. He's also working on implementing s6 as Alpine init and rc systems. https://skarnet.org/software/s6/ https://skarnet.com/projects/service-manager.html. - Source: Hacker News / 6 months ago
FWIW, the spirit of daemontools lives on in the s6 project. https://skarnet.org/software/s6/. - Source: Hacker News / 8 months ago
Very interesting project. Has anyone tried it? Apparently they have written their own init: https://gokrazy.org/userguide/process-interface/ This makes me curious. I wonder how well Gokrazy would blend with s6/s6-rc… If anyone is curious there’s more info about those projects here: https://skarnet.org/software/s6/ https://skarnet.org/software/s6-rc/. - Source: Hacker News / about 1 year ago
PID 1 is special. It's the init. Instead of System V init, you can use OpenRC, runit, systemd, s6, or others. - Source: Reddit / about 1 year ago
systemd - systemd is a replacement for the init daemon for Linux (either System V or BSD-style).
runit - runit is a cross-platform Unix init scheme with service supervision, a replacement for sysvinit...
Supervisor - Supervisor is a client/server system that allows its users to monitor and control a number of...
Upstart - Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and...
Monit - Monit is a free open source utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
nosh - The nosh package is a suite of system-level utilities for initializing and running a BSD or Linux...