aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst19
1 files changed, 0 insertions, 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.