aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/config/systemd/user/ssh-agent.service
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-04 22:18:18 +0200
committerneodarz <neodarz@neodarz.net>2019-09-04 22:18:18 +0200
commitdc45bf89a66ec6c8cd25cf5605deb853f6984705 (patch)
tree36bf6de7e62e78cb6d4883cda8ca570a0cf971da /dotfiles/config/systemd/user/ssh-agent.service
parent4b3afacacc3de3766b4eb71ab15886dcbf87a39b (diff)
downloaddotfiles_dotdrop-dc45bf89a66ec6c8cd25cf5605deb853f6984705.tar.xz
dotfiles_dotdrop-dc45bf89a66ec6c8cd25cf5605deb853f6984705.zip
Add systemd dotfiles
Diffstat (limited to 'dotfiles/config/systemd/user/ssh-agent.service')
-rw-r--r--dotfiles/config/systemd/user/ssh-agent.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/dotfiles/config/systemd/user/ssh-agent.service b/dotfiles/config/systemd/user/ssh-agent.service
new file mode 100644
index 0000000..9428410
--- /dev/null
+++ b/dotfiles/config/systemd/user/ssh-agent.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=SSH key agent
+
+[Service]
+Type=simple
+Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
+ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
+
+[Install]
+WantedBy=default.target