Ludovic Courtès writes: > Perhaps you can make it slightly less verbose by writing it like this: > > (start #~(lambda () > ;; Arrange so that shepherd does not add a timestamp to > ;; the logs produced by the Coordinator. > (parameterize … > (fork+exec-command (list …) …)))) > > There are other services in a similar situation. I wonder what we > should recommend. Thanks, I've gone ahead and pushed this with the tweak suggested above as dafab37110677e2968deed817ba4872fe5a8f07c. Chris