> Thanks for offering a logging facility! I run a custom Guix and would
> like to test your changes. Is it enough to switch to your 'wip-logging'
> branch in the package declaration? [1] Thanks!


AFAIU that will lead to quite some local recompiling that are not necessary. 
you can just set the shepherd package of the shepherd-root-service-type to a 
custom package.

e.g. this will use the latest shepherd from the shepherd channel:

(operating-system
  ...
  (essential-services
   (modify-services (operating-system-default-essential-services
                     this-operating-system)
     (shepherd-root-service-type
      config =>
      (shepherd-configuration
       (inherit config)
       (shepherd (@ (shepherd-package) shepherd)))))))

HTH,

-- 
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“[A] Computer [programming] language is inherently a pun — [it] needs to be 
interpreted by both men & machines.”
        — Henry Baker


  • Shepherd service ... Ludovic Courtès
    • Re: Shepherd... Development of GNU Guix and the GNU System distribution.
      • Re: Shep... Attila Lendvai
        • No p... Development of GNU Guix and the GNU System distribution.
          • ... Ludovic Courtès
            • ... Development of GNU Guix and the GNU System distribution.

Reply via email to