@ariadne @sertonix The reason why s6-rc isn't at usability parity with openrc is because openrc cheats by embedding itself with a shell, which means it's dynamic everywhere, which makes it powerful but very hacky.
Using similar shortcuts would lead to similar results, and getting the same amount of power with a clean infrastructure is *difficult*.
(Edit: typo)
@ska @sertonix i meant more basic things like:
s6-rc -D $foo
you are new to alpine. what does this do to the $foo service?
verses:
rc-service $foo —force stop
neither really fit the noun/verb UX that alpine prefers though, which would be something like
servicectl —force stop $foo