aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-12-21 16:41:02 +0100
committerDavid Runge <dave@sleepmap.de>2016-12-21 16:41:02 +0100
commit34d31c932f00a3dd5c9aeadaef5c5eae297321f9 (patch)
tree40a5fd035ced938da7e693b2c32f92b247eda1ba
parent6e9e40718a8b8577000724c7a819c19de8ec7e29 (diff)
downloaduenv-34d31c932f00a3dd5c9aeadaef5c5eae297321f9.tar.gz
uenv-34d31c932f00a3dd5c9aeadaef5c5eae297321f9.tar.bz2
uenv-34d31c932f00a3dd5c9aeadaef5c5eae297321f9.tar.xz
uenv-34d31c932f00a3dd5c9aeadaef5c5eae297321f9.zip
README.rst: Removing gpg-agent.service specific information.0.8.2
-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.