From 34d31c932f00a3dd5c9aeadaef5c5eae297321f9 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 21 Dec 2016 16:41:02 +0100 Subject: README.rst: Removing gpg-agent.service specific information. --- README.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.rst b/README.rst index 2fe2d26..dc9d656 100644 --- a/README.rst +++ b/README.rst @@ -85,25 +85,6 @@ ___________ systemctl start cpupower-rt systemctl enable cpupower-rt -gpg-agent --user -________________ -| The systemd user service *gpg-agent.service* starts the gpg-agent and thus makes it independent of a certain session the user runs. The *homedir* for GnuPG is set to be in *~/.gnupg* (default). -| Therefore make sure to set your *GPG_TTY* and *GPG_AGENT_INFO* |environment_variable| for your |bash| or |zsh| (or whatever you run) to the following - - .. code:: bash - - export GPG_TTY=$(tty) - export GPG_AGENT_INFO="" - -| **Note**: These settings specifically apply to gnupg > 2.1! -| Otherwise you can start and enable it like any other systemd user service: - - .. code:: bash - - systemctl --user start gpg-agent - systemctl --user enable gpg-agent - - irssi --user ____________ | The systemd user service *irssi.service* starts the |irc| client |irssi| in a separate |tmux| environment for the current user. -- cgit v1.2.3