[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73494] [PATCH v4 1/3] services: activation: Continue on exceptions.
From: |
Hilton Chain |
Subject: |
[bug#73494] [PATCH v4 1/3] services: activation: Continue on exceptions. |
Date: |
Wed, 30 Apr 2025 00:19:55 +0800 |
On Tue, 29 Apr 2025 15:17:43 +0800,
Maxim Cournoyer wrote:
>
> From: Hilton Chain <hako@ultrarare.space>
>
> Use ‘invoke’ for backtraces and avoid changing environment.
>
> * gnu/services.scm (activation-script): Execute activation scripts in
> ‘invoke’.
> Warn about failed activation scripts.
>
> Change-Id: I89be31433fbb46d0c4a9dc6115ab167910840b6f
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> ---
> gnu/services.scm | 32 +++++++++++++++++++++++++++-----
> 1 file changed, 27 insertions(+), 5 deletions(-)
I think this patch needs updating for 76698. Will take a look later.