summaryrefslogtreecommitdiff
path: root/ssh-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.service')
-rw-r--r--ssh-agent.service5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssh-agent.service b/ssh-agent.service
index 311f91d..c215022 100644
--- a/ssh-agent.service
+++ b/ssh-agent.service
@@ -5,15 +5,10 @@
ConditionEnvironment=!SSH_AGENT_PID
Description=OpenSSH key agent
Documentation=man:ssh-agent(1) man:ssh-add(1) man:ssh(1)
-Requires=ssh-agent.socket
[Service]
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
-ExecStartPre=/usr/bin/rm -f $SSH_AUTH_SOCK
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
PassEnvironment=SSH_AGENT_PID
SuccessExitStatus=2
Type=forking
-
-[Install]
-Also=ssh-agent.socket