diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-16 03:08:41 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-21 13:27:02 -0400 |
commit | 6a9d6a88f21ef48464905f0ed4135d868704846d (patch) | |
tree | 632fe0a4d275f381de5962a3dcb9d4b1773aff87 /.config/systemd/user/default.target.wants | |
parent | 2a7c3a704093cc9008c8f5cbf026713ba8192a48 (diff) |
do away with ~/.sessions
Diffstat (limited to '.config/systemd/user/default.target.wants')
-rw-r--r-- | .config/systemd/user/default.target.wants/gpg-agent.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/default.target.wants/gpg-agent.service b/.config/systemd/user/default.target.wants/gpg-agent.service index a9de9b2..93c12b0 100644 --- a/.config/systemd/user/default.target.wants/gpg-agent.service +++ b/.config/systemd/user/default.target.wants/gpg-agent.service @@ -3,7 +3,7 @@ Description="GnuPG agent daemon" [Service] Type=forking -ExecStart=/usr/bin/gpg-agent --daemon --write-env-file ${HOME}/.sessions/gpg +ExecStart=/usr/bin/gpg-agent --daemon --write-env-file ${XDG_RUNTIME_DIR}/gpg [Install] WantedBy=default.target |