Hi Owen. "Owen T. Heisler" <wri...@owenh.net> writes: > (shepherd-service (auto-start? #f) > (documentation "Say hello.") > (one-shot? #t) > (provision '(say-hello-service)) > (respawn? #f) > (start #~(lambda () > #$(say-hello)))))))
According to info "(shepherd)Service De- and Constructors" the procedure in the start field normally forks, like with make-forkexec-constructor. Maybe this is a way forward? Regards, Florian