- Joined
- Jul 4, 2022
I only used s6 myself for some minor stuff, not even as PID 1. You can take a look at some of the documentation for s6 + 66 in gentoo, hopefully it helps you:I was asking more about the comparison of S6 + 66 in relation to opernrc. I'm usually running openrc or BSD init.d, I've never gone back to systemd after the first time I had to deal with it being retarded and soft locking on init boot.
openrc uses rc scripts (essentially bash scripts), so its not directly usable with s6 but easy enough to translate. So depending on what you're trying to ultimately do, it could get complex to write your own init files for 66/s6.
