aboutsummaryrefslogtreecommitdiff
path: root/systemd/user/ssh-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/user/ssh-agent.service')
-rw-r--r--systemd/user/ssh-agent.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/user/ssh-agent.service b/systemd/user/ssh-agent.service
index ca58d4f..4281b4c 100644
--- a/systemd/user/ssh-agent.service
+++ b/systemd/user/ssh-agent.service
@@ -3,7 +3,7 @@ Description=SSH key agent
[Service]
Type=simple
-Environment=SSH_AUTH_SOCK=%t/agent.sock
+Environment=SSH_AUTH_SOCK=%t/ssh-agent/agent.sock
# DISPLAY required for ssh-askpass to work
Environment=DISPLAY=:0
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK