all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dariqq <dariqq@posteo.net>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Shepherd and the --silent option
Date: Mon,  9 Sep 2024 08:26:18 +0000	[thread overview]
Message-ID: <386bb3a7-7279-44e5-baaf-a037c5b7f240@posteo.net> (raw)
In-Reply-To: <87y141vmia.fsf@gnu.org>

On 08.09.24 23:55, Ludovic Courtès wrote:

> 
> Oh, not sure what the deal was with that 2013 commit.  :-)
> 
> Anyway your patch looks great to me; finally pushed as
> 6ffe404ffe794b06fddd304a963a47b62444edfa in ‘devel’.
> 

Awesome, thanks :).

Would it be possible to also expose --silent as an option for the 
home-shepherd auto-start script once it does something in a stable version?

>> Slightly related I noticed an issue with the devel shepherd invoked
>> via guix home not daemonizing blocking my login manager.
> 
> Weird; I haven’t tried this yet, I’ll give it a try.
> 

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.


Should guix-home be backwards compatible with older shepherds given that 
shepherd-0.8 and shepherd-0.9 are still packaged?

> Thanks,
> Ludo’.




      reply	other threads:[~2024-09-09  8:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-15 10:06 Shepherd and the --silent option Dariqq
2024-09-08 21:55 ` Ludovic Courtès
2024-09-09  8:26   ` Dariqq [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=386bb3a7-7279-44e5-baaf-a037c5b7f240@posteo.net \
    --to=dariqq@posteo.net \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.