Hey yogi,
welcome to Obarun! Glad to have you here. Interesting choice from Gentoo :D
What made you change? Isn't Gentoo SysV/OpenRC?
Services have become a lot easier with the new wrapper: Check out the docs on the
frontend service file and the mandatory fields. That's basically all you need to create a service. I hope there'll be some guides in the future about the most basic stuff to make Obarun even more accessible. It's really not difficult if I can do it ;D
As an example this is the service file for sddm found at
/etc/66/service/sddm after installing sddm-66serv. You can create any named file in this directory, adhere to the frontend service file rules and enable it as service.
[main]
@ type = classic
@ name = sddm
@ description = "sddm daemon"
@ user = ( root )
@ options = ( log )
[start]
@ build = auto
@ execute = ( exec -c sddm )
[stop]
@ build = auto
@ execute = ( s6-rmrf /run/sddm )