dirmngr timeout

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 18 21:28:13 CEST 2018


On Fri 2018-04-13 11:00:59 +0100, Laszlo Papp wrote:
> Yes, I meant to reply yesterday after solving this.
>
> systemd --user import-environment http_proxy
>
> is what I used.

i think you mean:

    systemctl --user import-environment http_proxy

Please read the "Environment Commands" section of systemctl(1) for more
details.

Another alternative is to add an Environment= directive to
dirmngr.service -- you can do this with:

    systemctl --user edit dirmngr.service

or simply by putting the following two lines in
~/.config/systemd/user/dirmngr.service.d/proxy.conf :

    [Service]
    Environment=http_proxy=http://192.0.2.8:3128


hth,

        --dkg



More information about the Gnupg-users mailing list