Hi Oleg, Oleg Pykhalov <go.wig...@gmail.com> skribis:
> Ludovic Courtès <l...@gnu.org> writes: > > […] > >> Changes to core Guix should be limited to bug fixes as well. >> >> Thoughts? Patches? Ideas? :-) > > Could we have a shepherd with 5082354a included (service: Add > #:supplementary-groups.)? I could live with an overrided shepherd > package [1] which contains 5082354a as a patch, but still. ;-) I personally don’t feel like pushing a Shepherd release right now (I have enough on my plate :-)), and note that, even when we’ve done that, we won’t be able to rely on #:supplementary-groups right away because users may still be running the older version. All that said, I do agree that it’d be nice to have, mind you! > [1]: (module-set! (resolve-module '(gnu packages admin)) 'shepherd > shepherd-patched) This isn’t pretty. We should arrange to make ‘shepherd-root-service-type’ customizable so one can choose which Shepherd package to use. Thanks, Ludo’.