[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shepherd and the --silent option
From: |
Ludovic Courtès |
Subject: |
Re: Shepherd and the --silent option |
Date: |
Thu, 26 Sep 2024 15:02:38 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi!
Dariqq <dariqq@posteo.net> skribis:
> I think the issue is that the shepherd config generated by guix-home uses
>
> (action 'root 'daemonize)
>
> which is deprecated in 0.10 and on the devel branch seems to create a
> new action rather than invoking it. (So no error too).
>
> When I change to the new way
>
> (perform-service-action root-service 'daemonize)
>
> daemonizing works.
Yes, I noticed that and fixed it in
8da4eab2447a52c1d4f79305756cfab4df45a1a7.
(Sorry, as you can see email is definitely asynchronous for me. :-))
Ludo’.