aboutsummaryrefslogtreecommitdiffstats
path: root/user/ssh-agent.service
diff options
context:
space:
mode:
Diffstat (limited to 'user/ssh-agent.service')
-rw-r--r--user/ssh-agent.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/ssh-agent.service b/user/ssh-agent.service
new file mode 100644
index 0000000..87d6c04
--- /dev/null
+++ b/user/ssh-agent.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=SSH key agent
+
+[Service]
+Type=forking
+Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
+ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
+
+[Install]
+WantedBy=default.target