summaryrefslogtreecommitdiff
path: root/.config/systemd/user/default.target.wants
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-04-16 03:08:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-04-16 03:08:41 -0400
commit76aeffa26d11219d2c9cb7b0889ac21a1fefa9e2 (patch)
treea444997094bfd3240e80d46f079e8d505c9c3c3f /.config/systemd/user/default.target.wants
parent7a9061278ed7033a9dc676f18029423824d91db4 (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.service2
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