aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/ssh-agent.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/ssh-agent.service')
-rw-r--r--.config/systemd/user/ssh-agent.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/systemd/user/ssh-agent.service b/.config/systemd/user/ssh-agent.service
new file mode 100644
index 0000000..ab9d0d0
--- /dev/null
+++ b/.config/systemd/user/ssh-agent.service
@@ -0,0 +1,13 @@
+# /usr/lib/systemd/user/ssh-agent.service
+[Unit]
+Description=SSH key agent
+After=local-fs.target
+ConditionFileIsExecutable=/usr/bin/ssh-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