From 6a9d6a88f21ef48464905f0ed4135d868704846d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 16 Apr 2014 03:08:41 -0400 Subject: do away with ~/.sessions --- .config/systemd/user/default.target.wants/gpg-agent.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/systemd') 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 -- cgit v1.2.3-54-g00ecf