diff options
author | David Runge <dave@sleepmap.de> | 2016-12-21 16:41:02 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-12-21 16:41:02 +0100 |
commit | 34d31c932f00a3dd5c9aeadaef5c5eae297321f9 (patch) | |
tree | 40a5fd035ced938da7e693b2c32f92b247eda1ba /README.rst | |
parent | 6e9e40718a8b8577000724c7a819c19de8ec7e29 (diff) | |
download | uenv-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
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -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. |