Re: Staging Scheme code to run as one-shot service

2024-03-04 Thread pelzflorian (Florian Pelz)
Hi Owen. "Owen T. Heisler" writes: > (shepherd-service (auto-start? #f) > (documentation "Say hello.") > (one-shot? #t) > (provision '(say-hello-service)) > (respawn? #f) > (start #~(lambda () >

Re: Staging Scheme code to run as one-shot service

2024-03-04 Thread pelzflorian (Florian Pelz)
P.S. There also is the code for https://issues.guix.gnu.org/62584#0 which is not using a Shepherd service. Regards, Florian

Re: Staging Scheme code to run as one-shot service

2024-03-04 Thread Felix Lechner via
Hi Owen, On Sat, Mar 02 2024, Owen T. Heisler wrote: >(start #~(lambda () > #$(say-hello))) My code works when I place it directly into the 'start' G-exp. [1] By comparison, I think you have two lambdas (with quoting and unquoting). I would try something like this: (start

Re: Configuring mount for NTFS partition at boot makes the system unbootable.

2024-03-04 Thread William
On Sun, 03 Mar 2024 16:15:56 -0800 Felix Lechner wrote: > Hi William, > > It seems that help-guix was inadvertently left off of the recipients. > I hope you don't mind that I copied the mailing list on your > response. > > On Sun, Mar 03 2024, William wrote: > > > Hello. > > > > Thanks for th