From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 9830 invoked from network); 29 Sep 2022 21:56:32 -0000 Received: from alyss.skarnet.org (95.142.172.232) by inbox.vuxu.org with ESMTPUTF8; 29 Sep 2022 21:56:32 -0000 Received: (qmail 9962 invoked by uid 89); 29 Sep 2022 21:56:57 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 9955 invoked from network); 29 Sep 2022 21:56:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date; bh=ifHfwUQTe0c52X8p3CsHcyHz08C/mPcqeJJS4q79O+w=; b=bxKujHykLJ2NyAd1/TJyrXF5bmOzdwiyHysoDxFNtHZWD+AgaGVrG0Q4j4vqbOTZ+6 C/qH57IIswhKaX/DxjEvUHtFVUElmr0vmKXGTlmp1dVO+EfY0OWin/ixfQWy3gKWhSoI PLtvndruntONpd5yAmpMXpOoNLHBGoYX1FOAEPhu35ge07+p2t7lnHD1wRuOaLrYLdd1 aA6Bg1fr6CR4646JJpffizxwz6x3eFWNLUHd+KZLySp/VkyQypYkeeTnwvIvQ0M40+in DXwTLRSAvZ+fdPBSwsTCukNAm8yvBIWxeK3SQbzgFw7CGZbINklQ5sAu0oVsxEdURHNS PWYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date; bh=ifHfwUQTe0c52X8p3CsHcyHz08C/mPcqeJJS4q79O+w=; b=Rnab6w6BIEHEsHz/DmnaZ6teweq2nTU48+KmMUnViq+OvSw9u6bV3dpc2o/4Rryu1/ hJYn6pgwBh6CQMuQBmyRjUCEgApOMq6SMsLH3lizp8SusTWKI8g988+F33WOSOoSryLb O+04P9YTEMByO7vUD6Ocw84ELrFUJ7YTaIyXQr2x0apCoiXWrB97vLEyJYdSjBawrGAf wanXq2nGsDDU0DPT/ZIG/Cif2gNB9MJw8Rb4nSp7+8U9ZhGzGxh903qQw8baYgG6yQ7m Frgd46LFe03nhDs/46zxcOCd1SrnSY/OV4dJy4yPFf4SlhouDNnghyn7od3OsCPDSQiI CPCg== X-Gm-Message-State: ACrzQf0eTUowyKKQTPlTbhovl8FyxLNQvQv2xqViomC31sxJVCFtB/mi IGbUM2jySoQH93wyC6gPVBHW8DCObM76dyymc/GaX4nHXzU= X-Google-Smtp-Source: AMsMyM6pFq7+XVhighFPZ0aGgQiDso9Sm6NKr2CeMkRF0GFqrMH2WPT2jZLRuFYhgDWgS38r/Dw531ZTCoWehQGdbhY= X-Received: by 2002:a05:6638:4981:b0:358:43ba:6122 with SMTP id cv1-20020a056638498100b0035843ba6122mr3036073jab.3.1664488588284; Thu, 29 Sep 2022 14:56:28 -0700 (PDT) MIME-Version: 1.0 References: <87pmfegykh.fsf@ada> In-Reply-To: <87pmfegykh.fsf@ada> From: Guillermo Date: Thu, 29 Sep 2022 18:56:34 -0300 Message-ID: Subject: Re: gpg-agent runit run script To: supervision@list.skarnet.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El jue, 29 sept 2022 a las 9:22, Alexis escribi=C3=B3: > > Jo=C3=A3o Pedro Malhado writes: > > > The Void linux manual shows gpg-agent running as an example, but > > they > > don't show > > the run script, so I don't know how they set it up. > > https://docs.voidlinux.org/config/services/user-services.html > > Duncaen's run script for gpg-agent is here: > > https://github.com/Duncaen/dotfiles/blob/master/sv/gpg-agent/run The combination of Duncaen's run script, and the Void Handbook's example /etc/sv/runsvdir-/run script, at least if used verbatim, does not appear to set up GPG_TTY. gpg-agent might start, but I'm not sure if things will work well if, e.g., it wants to run the pinentry program... G.