Re: Why do runit and openrc packages conflict?
Reply #20 –
I'm only asking if sinit is a complete "init system" because of #######'s statement earlier "Some distros actually insist that one init remains on the system when another is installed" (I actually don't know what "init" refers to, PID1 or "init system"). Yes, it is impossible to run two simultaneous init (as in PID1), but it is possible to have multiple init systems, though only if you have a very specific/made-up purposes (and it would be redundant (and dangerous), in almost every case).
Anyway, you mentioned that you used sinit as PID1, since it's supposed to be OS-agnostic, it'd make sense to not include any reboot/shutdown command by itself since it's a kernel syscall (it would differ between Linux and... say, OpenBSD).
Since a complete init system mainly consists of init/PID1 and rc (and/or service management system), if you're using sinit, what's your /etc/rc? Hand-made?