>>107814304
>openrc seems more complicated
It's really not that complicated. What's difficult in your mind? Did you try it?
>>107814304
>isnt it just an extended sysv
No, it's its own init system. It can run as PID 2 underneath Syvinit but it can also run as PID 1 which is how I run it on my Gentoo system:
$ ps 1
PID TTY STAT TIME COMMAND
1 ? S 0:01 /sbin/init
$ readlink -f /sbin/init
/sbin/openrc-init