about summary refs log tree commit diff
path: root/debian/.config
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-16 21:49:48 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-16 21:49:48 +0700
commit0cb59f5027779efaaa24d5fad6b0e2921d12c60b (patch)
tree043a4982a9f7c29e96b02945d173bcbf604d25a7 /debian/.config
parentea3d643a067669a73557f0af203cf4e86bc4fc9d (diff)
downloaddotfiles-0cb59f5027779efaaa24d5fad6b0e2921d12c60b.tar.gz
Update 2020-10-16
Diffstat (limited to 'debian/.config')
l---------debian/.config/systemd/user/default.target.wants/ssh-agent.service1
-rw-r--r--debian/.config/systemd/user/ssh-agent.service10
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/.config/systemd/user/default.target.wants/ssh-agent.service b/debian/.config/systemd/user/default.target.wants/ssh-agent.service
new file mode 120000
index 0000000..a0424e0
--- /dev/null
+++ b/debian/.config/systemd/user/default.target.wants/ssh-agent.service
@@ -0,0 +1 @@
+/home/cnx/.config/systemd/user/ssh-agent.service
\ No newline at end of file
diff --git a/debian/.config/systemd/user/ssh-agent.service b/debian/.config/systemd/user/ssh-agent.service
new file mode 100644
index 0000000..9428410
--- /dev/null
+++ b/debian/.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