From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Proxy settings wrt guix daemon Date: Tue, 07 Apr 2020 11:38:57 +0200 Message-ID: <87lfn7bpou.fsf@gnu.org> References: <87blofyzn0.fsf@gnu.org> <87eet8v948.fsf@gnu.org> <87r1x3tgi3.fsf@gmail.com> <875zedf0up.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35595) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLkh9-0006id-Oy for guix-devel@gnu.org; Tue, 07 Apr 2020 05:39:00 -0400 In-Reply-To: (Vincent Legoll's message of "Mon, 6 Apr 2020 11:13:15 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: guix-devel Hi Vincent, Vincent Legoll skribis: > I'm not sure I understand, but isn't the setenv in > shepherd-set-http-proxy-action done for the whole > running shepherd process ? It is, but only temporarily: the environment is restored once =E2=80=98guix-daemon=E2=80=99 has been started. Also, since Shepherd 0.7.0, processes started by =E2=80=98fork+exec-command= =E2=80=99 & co. do not inherit environment variables of PID=C2=A01. Thanks, Ludo=E2=80=99.